mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-22 07:54:11 -05:00
Don't require the babel config file
This commit is contained in:
parent
cbd27e9b43
commit
db83c17351
1 changed files with 2 additions and 0 deletions
2
eslintrc
2
eslintrc
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
requireConfigFile: false,
|
||||
|
||||
"parserOptions": {
|
||||
"parser": "@babel/eslint-parser",
|
||||
"sourceType": "module",
|
||||
|
|
Loading…
Reference in a new issue