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 a908331 commit 8dbc250Copy full SHA for 8dbc250
src/config/eslintrc-react.js
@@ -1,3 +1,3 @@
1
-const {buildConfig} = require('./helpers/eslint')
+const {buildConfig} = require('./helpers/build-eslint')
2
3
module.exports = buildConfig({withReact: true})
src/config/eslintrc.js
module.exports = buildConfig()
src/config/helpers/eslint.js renamed to src/config/helpers/build-eslint.js
0 commit comments