Initial commit
This commit is contained in:
12
node_modules/underscore/modules/.eslintrc
generated
vendored
Normal file
12
node_modules/underscore/modules/.eslintrc
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 6,
|
||||
"sourceType": "module",
|
||||
},
|
||||
"plugins": [
|
||||
"import"
|
||||
],
|
||||
"extends": [
|
||||
"plugin:import/errors"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user