Skip to content

Commit

Permalink
Official eslint-plugin-deprecation readded. Closed #28. Dependencies …
Browse files Browse the repository at this point in the history
…updated
  • Loading branch information
mlegenhausen authored and mlegenhausen committed Jan 10, 2022
1 parent 8272a6c commit 3456e47
Show file tree
Hide file tree
Showing 59 changed files with 356 additions and 404 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
300 changes: 150 additions & 150 deletions .yarn/releases/yarn-3.1.0.cjs → .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.1.0.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-werk85",
"version": "5.0.0",
"version": "6.0.0",
"main": "index.js",
"repository": "[email protected]:werk85/eslint-config-werk85.git",
"author": "Malte Legenhausen <[email protected]>",
Expand All @@ -13,30 +13,30 @@
"release": "yarn build && ts-node ./scripts/release.ts"
},
"dependencies": {
"@delagen/eslint-plugin-deprecation": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-deprecation": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"peerDependencies": {
"eslint": "^8.2.0"
"eslint": "^8.6.0"
},
"devDependencies": {
"@types/eslint": "^7.28.2",
"@types/node": "^16.11.7",
"eslint": "^8.2.0",
"@types/eslint": "^8.2.2",
"@types/node": "^17.0.8",
"eslint": "^8.6.0",
"husky": "^7.0.4",
"npm-check-updates": "^12.0.2",
"npm-check-updates": "^12.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: Linter.Config = {
'plugin:prettier/recommended',
'prettier'
],
plugins: ['@typescript-eslint', '@delagen/deprecation', 'prettier'],
plugins: ['@typescript-eslint', 'deprecation', 'prettier'],
overrides: [
{
files: ['*.ts', '*.tsx'],
Expand Down Expand Up @@ -83,7 +83,7 @@ const config: Linter.Config = {
}
],
rules: {
'@delagen/deprecation/deprecation': 'warn',
'deprecation/deprecation': 'warn',
eqeqeq: [
'error',
'always',
Expand Down
Loading

0 comments on commit 3456e47

Please sign in to comment.