mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 00:05:09 +01:00
linting fixes
This commit is contained in:
parent
388827b56f
commit
c23c1feebc
@ -18,7 +18,7 @@ module.exports = {
|
||||
typescript: {}
|
||||
}
|
||||
},
|
||||
ignorePatterns: ["public/*", "/*.js", "/*.ts"],
|
||||
ignorePatterns: ["public/*", "dist/*", "/*.js", "/*.ts"],
|
||||
parser: "@typescript-eslint/parser",
|
||||
parserOptions: {
|
||||
project: "./tsconfig.json",
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,7 +9,7 @@ node_modules
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
/dist
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
Loading…
Reference in New Issue
Block a user