Skip to content

Commit

Permalink
Enable ESLint typed code style guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Oct 31, 2023
1 parent 42903a9 commit 75aa358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/govuk-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ module.exports = {
},
plugins: ['@typescript-eslint', 'es-x'],
extends: [
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:@typescript-eslint/strict-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'plugin:es-x/restrict-to-es2015',
'prettier'
],
Expand Down

0 comments on commit 75aa358

Please sign in to comment.