Skip to content

Commit

Permalink
Use common X-GOVUK config for ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Nov 14, 2024
1 parent 283b00d commit deb5f2d
Show file tree
Hide file tree
Showing 4 changed files with 2,389 additions and 1,593 deletions.
17 changes: 0 additions & 17 deletions .eslintrc.json

This file was deleted.

8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import xGovukConfig from '@x-govuk/eslint-config'

export default [
...xGovukConfig,
{
ignores: ['_site', 'x-govuk/all.js']
}
]
Loading

0 comments on commit deb5f2d

Please sign in to comment.