Skip to content

Commit

Permalink
[E4E-29]: Update pacckages to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Nov 24, 2021
1 parent 106985f commit 7e0d661
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ const tsConfig = {
'@typescript-eslint/consistent-type-definitions': ['warn', 'interface'],
'@typescript-eslint/member-delimiter-style': 'error',
// Emulate deprecated interface-name-prefix rule
"@typescript-eslint/naming-convention": [
"warn",
'@typescript-eslint/naming-convention': [
'warn',
{
"selector": "interface",
"format": ["PascalCase"],
"custom": {
"regex": "^I[A-Z]",
"match": true,
}
}
selector: 'interface',
format: ['PascalCase'],
custom: {
regex: '^I[A-Z]',
match: true,
},
},
],
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
'@typescript-eslint/no-explicit-any': 'error',
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Jon Cursi <[email protected]>"
],
"dependencies": {
"@actinc/eslint-config": "3.3.0",
"@actinc/eslint-config": "3.4.0",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@typescript-eslint/eslint-plugin": "5.4.0",
Expand All @@ -18,14 +18,14 @@
"babel-jest": "27.3.1",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.0",
"eslint": "8.3.0",
"eslint-config-airbnb": "19.0.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-disable": "2.0.3",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.2.4",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-lodash": "7.3.0",
"eslint-plugin-new-with-error": "3.1.0",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-security": "1.4.0",
"markdownlint-cli": "0.29.0",
"markdownlint-cli": "0.30.0",
"prettier": "2.4.1",
"ts-node": "10.4.0",
"typescript": "4.5.2"
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "12.0.3",
"lint-staged": "12.1.2",
"np": "7.6.0",
"npm-run-all": "4.1.5",
"standard-version": "9.3.2"
Expand Down Expand Up @@ -76,21 +76,21 @@
"main": "index.js",
"name": "@encoura/eslint-config",
"peerDependencies": {
"@actinc/eslint-config": "3.3.0",
"@actinc/eslint-config": "3.4.0",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"@typescript-eslint/typescript-estree": "5.4.0",
"babel-jest": "27.3.1",
"eslint": "8.2.0",
"eslint-config-airbnb": "19.0.0",
"eslint": "8.3.0",
"eslint-config-airbnb": "19.0.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-disable": "2.0.3",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.2.4",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-lodash": "7.3.0",
"eslint-plugin-new-with-error": "3.1.0",
Expand All @@ -100,7 +100,7 @@
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-security": "1.4.0",
"markdownlint-cli": "0.29.0",
"markdownlint-cli": "0.30.0",
"prettier": "2.4.1",
"typescript": "4.5.2"
},
Expand Down

0 comments on commit 7e0d661

Please sign in to comment.