Skip to content

Commit

Permalink
feat(eslint): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Etroynov committed Aug 15, 2020
1 parent cad9237 commit 5516c1c
Show file tree
Hide file tree
Showing 3 changed files with 766 additions and 1,304 deletions.
1 change: 1 addition & 0 deletions eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
],
parserOptions: {
project: './tsconfig.json',
ecmaVersion: 2018,
sourceType: 'module',
ecmaFeatures: {
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-import": "^2.22.0",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "3.9.0",
"eslint": "7.6.0",
"eslint": "7.7.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-import-resolver-typescript": "2.2.1",
"eslint-plugin-cypress": "2.11.1",
Expand All @@ -45,12 +45,12 @@
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "3.1.0",
"lint-staged": "9.4.2",
"prettier": "1.19.1",
"prettier-eslint": "9.0.1",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"prettier-eslint": "11.0.0",
"prettier-eslint-cli": "5.0.0",
"stylelint": "12.0.0",
"stylelint": "13.6.1",
"typescript": "3.9.7"
},
"scripts": {
Expand Down
Loading

0 comments on commit 5516c1c

Please sign in to comment.