Commit 52e3ad07 authored by Lint Action's avatar Lint Action

Fix code style issues with ESLint

parent bf9dad25
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
......@@ -26,19 +22,9 @@
"jsx": "react",
"downlevelIteration": true,
"allowSyntheticDefaultImports": true,
"types": [
"react-spring",
"jest"
],
"types": ["react-spring", "jest"],
"baseUrl": "src"
},
"exclude": [
"node_modules",
"cypress"
],
"include": [
"./src/**/*.ts",
"./src/**/*.tsx",
"src/components/Confetti/index.js"
]
"exclude": ["node_modules", "cypress"],
"include": ["./src/**/*.ts", "./src/**/*.tsx", "src/components/Confetti/index.js"]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment