Skip to content

Commit 8dbc250

Browse files
authored
refactor(config/eslint): rename ESlint 'builder'
1 parent a908331 commit 8dbc250

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/config/eslintrc-react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const {buildConfig} = require('./helpers/eslint')
1+
const {buildConfig} = require('./helpers/build-eslint')
22

33
module.exports = buildConfig({withReact: true})

src/config/eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const {buildConfig} = require('./helpers/eslint')
1+
const {buildConfig} = require('./helpers/build-eslint')
22

33
module.exports = buildConfig()
File renamed without changes.

0 commit comments

Comments
 (0)