Skip to content

Commit

Permalink
build: remove eslintignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Apr 8, 2024
1 parent 203c0ee commit 6bd4f5f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .eslintignore

This file was deleted.

16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"prettier"
],
"ignorePatterns": [
"bazel-out",
"dist-schema",
"goldens/public-api",
"packages/angular_devkit/build_angular/src/babel-bazel.d.ts",
"packages/angular_devkit/build_angular/test",
"packages/angular_devkit/build_webpack/test",
"packages/angular_devkit/schematics_cli/blank/project-files",
"packages/angular_devkit/schematics_cli/blank/schematic-files",
"packages/angular_devkit/schematics_cli/schematic/files",
"**/tests",
".yarn",
"dist",
"**/node_modules",
"**/third_party"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "tsconfig.json",
Expand Down

0 comments on commit 6bd4f5f

Please sign in to comment.