mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Remove eslint-config-airbnb-base
This commit is contained in:
parent
ed098fed1d
commit
8ffc3fbe43
3 changed files with 411 additions and 1576 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": ["eslint-config-airbnb-base" ],
|
||||
"extends": "eslint:recommended",
|
||||
"ignorePatterns": ["**/*.min.js"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
|
|
|
|||
1981
package-lock.json
generated
1981
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -5,9 +5,7 @@
|
|||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.22.0",
|
||||
"eslint": "^8.18.0",
|
||||
"eslint-config-airbnb-base": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.26.0"
|
||||
"eslint": "^8.31.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@npmcli/fs": "^2.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue