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 d8c496d commit ef86a56
Show file tree
Hide file tree
Showing 4 changed files with 1,327 additions and 178 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']
}
]
Loading

0 comments on commit ef86a56

Please sign in to comment.