Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: remove unnecessary escape from eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Aug 5, 2019
1 parent 6a58162 commit 7b8aeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {

'node/shebang': ['warn', {
convertPath: {
'**/*.mjs': ['^(\.+).mjs', '$1.js'],
'**/*.mjs': ['^(.+).mjs', '$1.js'],
},
}],
},
Expand Down

0 comments on commit 7b8aeb5

Please sign in to comment.