Skip to content

Commit

Permalink
Migrating from TSLint to ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
prestoncraw authored and clackner-gpa committed Jul 28, 2023
1 parent c0e6370 commit 1d1647d
Show file tree
Hide file tree
Showing 40 changed files with 17,655 additions and 1,257 deletions.
2 changes: 2 additions & 0 deletions application-typings/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
15 changes: 15 additions & 0 deletions application-typings/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-namespace": "off"
}
}
Loading

0 comments on commit 1d1647d

Please sign in to comment.