Remove Airbnb config in favour of the default one

This commit is contained in:
Nikita Karamov 2022-02-10 22:02:17 +01:00
parent bae3f9cda4
commit 9d86369877
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
3 changed files with 4 additions and 9 deletions

View File

@ -1,2 +0,0 @@
dev
dist

1
.eslintignore Symbolic link
View File

@ -0,0 +1 @@
./.gitignore

View File

@ -1,13 +1,11 @@
{
"root": true,
"env": {
"browser": true,
"es6": true,
"node": true
"browser": true
},
"extends": ["airbnb-base", "prettier"],
"extends": ["eslint:recommended", "prettier"],
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": "latest",
"sourceType": "module"
}
}

View File

@ -49,9 +49,7 @@
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.16",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"postcss": "^8.4.6",
"postcss-banner": "^4.0.1",
"postcss-calc": "^8.2.3",