Skip to content

Commit

Permalink
chore: remove outdated lint rules (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored May 31, 2022
1 parent 2b0045e commit 7d84c7a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,6 @@
"jsdoc/require-param": "off",
"jsdoc/require-returns": "off",
"jsdoc/require-param-type": "off",
"import/no-restricted-paths": [
"error",
{
"zones": [
{
"from": "packages/nuxt3/src/!(core)/**/*",
"target": "packages/nuxt3/src/core",
"message": "core should not directly import from modules."
},
{
"from": "packages/nuxt3/src/!(app)/**/*",
"target": "packages/nuxt3/src/app",
"message": "app should not directly import from modules."
},
{
"from": "packages/nitro",
"target": "packages/!(nitro)/**/*",
"message": "nitro should not directly import other packages."
}
]
}
],
"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down

0 comments on commit 7d84c7a

Please sign in to comment.