mirror of
https://github.com/JasonHHouse/gaps.git
synced 2025-12-21 10:40:25 -06:00
Removing custom lint reference
This commit is contained in:
25
.eslintrc
25
.eslintrc
@@ -1,25 +0,0 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es6": true,
|
||||
"jquery": true
|
||||
},
|
||||
"extends": [
|
||||
"airbnb-base"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2020,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"max-len": 0,
|
||||
"import/extensions": [
|
||||
"error",
|
||||
"ignorePackages",
|
||||
{
|
||||
"js": "always"
|
||||
}
|
||||
],
|
||||
"prefer-rest-params": 0
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,2 @@
|
||||
eslint:
|
||||
enabled: true
|
||||
config_file: .eslintrc
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user