Skip to content

Commit

Permalink
fix eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Chastagnol committed May 19, 2020
1 parent d30f15e commit 57e1378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const baseConfig = require('../../.eslintrc.react.js')
const baseConfig = require('../.eslintrc.react.js')

module.exports = {
...baseConfig,
Expand Down

0 comments on commit 57e1378

Please sign in to comment.