Skip to content

Commit

Permalink
chore: remove .eslintignore for new in-config syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Dafnik <git@dafnik.me>
  • Loading branch information
Dafnik committed May 2, 2024
1 parent 5b0994f commit 11d73e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

10 changes: 9 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
"root": true,
"reportUnusedDisableDirectives": true,
"extends": ["prettier"],
"ignorePatterns": ["environment.*.ts", "postbuild.js"],
"ignorePatterns": [
"environment.*.ts",
"postbuild.js",
".angular",
"package.json",
"pnpm-lock.yaml",
"dist/",
"node_modules/"
],
"overrides": [
{
"files": ["*.js"],
Expand Down

0 comments on commit 11d73e9

Please sign in to comment.