Skip to content

Commit

Permalink
Update ESLint configuration (#294)
Browse files Browse the repository at this point in the history
* Update ESLint configuration

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Nov 20, 2023
1 parent f80e495 commit 9083d37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
"ecmaVersion": "latest",
"project": "./tsconfig.json",
"sourceType": "module"
},
"plugins": ["deprecation"],
"rules": {
"deprecation/deprecation": ["warn"]
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Update to Plugin Tools 2.1.1 (#292)
- Use Grafana Access Policy to sign plugin (#292)
- Update to Grafana 10.2.1 (#292)
- Update ESLint configuration (#294)

### Bugfixes

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@
"@types/lodash": "^4.14.201",
"@types/node": "^18.18.9",
"@types/uuid": "^9.0.7",
"@volkovlabs/eslint-config": "^1.0.0",
"@volkovlabs/eslint-config": "^1.1.0",
"@volkovlabs/jest-selectors": "^1.2.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"glob": "^10.3.10",
Expand Down

0 comments on commit 9083d37

Please sign in to comment.