Skip to content

Commit

Permalink
Update eslint to the latest version 🚀 (#233)
Browse files Browse the repository at this point in the history
* chore(package): update eslint to version 6.3.0

* chore: add `ecmaVersion: 2015,` to `parserOptions` ESLint config
  • Loading branch information
greenkeeper[bot] authored and ntwb committed May 31, 2020
1 parent 34de7c8 commit 5457b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/stylelint-config-wordpress/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"plugin:jest/recommended"
],
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "module"
},
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@wordpress/npm-package-json-lint-config": "^2.1.0",
"eslint": "^5.16.0",
"eslint": "^6.3.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#b65ae0cea1199c9714641ed3be7ea98fcb27dd6c",
"husky": "^3.0.3",
Expand Down

0 comments on commit 5457b97

Please sign in to comment.