include .eslintrc in linting
This commit is contained in:
@@ -5,4 +5,3 @@ node_modules
|
||||
# don't lint nyc coverage output
|
||||
coverage
|
||||
next-env.d.ts
|
||||
.eslintrc.js
|
||||
+4
-4
@@ -26,11 +26,11 @@ module.exports = {
|
||||
rules: {
|
||||
"max-len": [
|
||||
"warn",
|
||||
240
|
||||
240,
|
||||
],
|
||||
"@typescript-eslint/quotes": [
|
||||
"error",
|
||||
"double"
|
||||
"double",
|
||||
],
|
||||
"react/jsx-props-no-spreading": "off",
|
||||
"react/jsx-one-expression-per-line": "off",
|
||||
@@ -40,5 +40,5 @@ module.exports = {
|
||||
"jsx-a11y/click-events-have-key-events": "off",
|
||||
"jsx-a11y/no-noninteractive-element-interactions": "off",
|
||||
"jsx-a11y/no-static-element-interactions": "off",
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user