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

Fix code style issues with ESLint

parent bf9dad25
{ {
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es5",
"lib": [ "lib": ["dom", "dom.iterable", "esnext"],
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
...@@ -26,19 +22,9 @@ ...@@ -26,19 +22,9 @@
"jsx": "react", "jsx": "react",
"downlevelIteration": true, "downlevelIteration": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"types": [ "types": ["react-spring", "jest"],
"react-spring",
"jest"
],
"baseUrl": "src" "baseUrl": "src"
}, },
"exclude": [ "exclude": ["node_modules", "cypress"],
"node_modules", "include": ["./src/**/*.ts", "./src/**/*.tsx", "src/components/Confetti/index.js"]
"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