We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084df87 commit 424674dCopy full SHA for 424674d
.eslintrc.js
@@ -6,5 +6,6 @@ module.exports = {
6
rules: {
7
'react/jsx-filename-extension': 'off',
8
'jsx-a11y/anchor-is-valid': 'off' // temporary solution (while we don't have a router)
9
- }
+ },
10
+ "parser": "babel-eslint"
11
}
package.json
@@ -33,6 +33,7 @@
33
"@babel/core": "^7.0.0",
34
"@babel/preset-env": "^7.0.0",
35
"@babel/preset-react": "^7.0.0",
36
+ "babel-eslint": "^10.0.1",
37
"babel-loader": "^8.0.2",
38
"css-loader": "^1.0.0",
39
"docpress": "0.7.4",
0 commit comments