mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-25 19:53:21 +02:00
refactor: linting html.js
This commit is contained in:
12
.eslintrc
12
.eslintrc
@@ -4,5 +4,15 @@
|
||||
"react",
|
||||
"jsx-a11y",
|
||||
"import"
|
||||
]
|
||||
],
|
||||
"rules": {
|
||||
"react/jsx-filename-extension": [0],
|
||||
"react/prefer-es6-class": [0],
|
||||
"global-require": [0],
|
||||
"react/prefer-stateless-function": [0],
|
||||
/* to allow importing 'gatsby-helpers' */
|
||||
"import/no-extraneous-dependencies": [0],
|
||||
"import/no-unresolved": [0],
|
||||
"import/extensions": [0]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user