Skip to content

Commit b4c4a95

Browse files
dependabot[bot]akash1810
authored andcommitted
chore(deps-dev): bump eslint from 8.57.1 to 9.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.1...v9.28.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.28.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c80e5eb commit b4c4a95

File tree

3 files changed

+2248
-1277
lines changed

3 files changed

+2248
-1277
lines changed

eslint.config.mjs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import guardian from '@guardian/eslint-config';
2+
import prettier from 'eslint-plugin-prettier';
3+
4+
export default [
5+
...guardian.configs.recommended,
6+
...guardian.configs.jest,
7+
{
8+
plugins: {
9+
prettier,
10+
},
11+
rules: {
12+
'prettier/prettier': 'error',
13+
},
14+
},
15+
];

0 commit comments

Comments
 (0)