Skip to content

Commit

Permalink
chore: Upgrade ESLint configuration to support ES2019 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 10, 2020
1 parent 0160e9e commit 0597cfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
5 changes: 0 additions & 5 deletions lib/plugins/aws/customResources/.eslintrc.js

This file was deleted.

16 changes: 3 additions & 13 deletions package.json
Expand Up @@ -79,7 +79,7 @@
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@serverless/eslint-config": "^2.2.0",
"@serverless/eslint-config": "^3.0.0",
"@serverless/test": "^5.1.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
Expand Down Expand Up @@ -109,18 +109,8 @@
"xml2js": "^0.4.23"
},
"eslintConfig": {
"extends": "@serverless/eslint-config/node/6",
"root": true,
"overrides": [
{
"files": [
"scripts/pkg/**"
],
"parserOptions": {
"ecmaVersion": 2018
}
}
]
"extends": "@serverless/eslint-config/node",
"root": true
},
"eslintIgnore": [
"!/.github",
Expand Down
21 changes: 0 additions & 21 deletions test/.eslintrc.js

This file was deleted.

0 comments on commit 0597cfb

Please sign in to comment.