Skip to content

Commit

Permalink
Try to not have to compile app to get eslint to pass (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Apr 12, 2024
1 parent 6bfbdfc commit 0d17b90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Expand Up @@ -15,6 +15,12 @@
"capitalized-comments": "off",
"default-param-last": "off",
"padding-line-between-statements": "off",
"n/no-missing-import": [
"error",
{
"allowModules": ["@inquirer/figures"]
}
],
"no-eq-null": "off",
"no-restricted-imports": [
"error",
Expand Down

0 comments on commit 0d17b90

Please sign in to comment.