Skip to content

Commit

Permalink
BDE-226 aligned linting with code base
Browse files Browse the repository at this point in the history
  • Loading branch information
nxmatic committed Mar 21, 2024
1 parent 23d59a6 commit c70ecbd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 58 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test/**
8 changes: 8 additions & 0 deletions .groovylintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "recommended",
"rules": {
"CompileStatic": {
"enabled": false
}
}
}
8 changes: 8 additions & 0 deletions .hintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
{
"html-has-lang": "off"
}
],
"compat-api/css": [
"default",
{
"ignore": [
"text-align-last"
]
}
]
}
}
58 changes: 0 additions & 58 deletions test/.eslintrc

This file was deleted.

0 comments on commit c70ecbd

Please sign in to comment.