Skip to content

Commit

Permalink
Move to hmpps-eslint module (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj authored Dec 18, 2024
1 parent 1cea641 commit 2142b75
Show file tree
Hide file tree
Showing 10 changed files with 378 additions and 593 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
max_line_length = 120
trim_trailing_whitespace = true
insert_final_newline = true
6 changes: 0 additions & 6 deletions .eslintignore

This file was deleted.

102 changes: 0 additions & 102 deletions .eslintrc.json

This file was deleted.

File renamed without changes.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import hmppsConfig from '@ministryofjustice/eslint-config-hmpps'

export default hmppsConfig({ extraIgnorePaths: ['assets/**/*.js'] })
11 changes: 0 additions & 11 deletions integration_tests/.eslintrc

This file was deleted.

Loading

0 comments on commit 2142b75

Please sign in to comment.