Skip to content

Commit

Permalink
Merge pull request #3706 from broadinstitute/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
hanars authored Nov 2, 2023
2 parents 17285af + c315c46 commit f913e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion ui/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
config
config
**/*.tsx
**/*.ts
10 changes: 0 additions & 10 deletions ui/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@
}
},
// TODO: https://github.com/broadinstitute/seqr/issues/2931 update linting after complete migration of the project into typescript.
"overrides": [
{
"files": ["**/*.tsx", "**/*.ts"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"plugin:@typescript-eslint/recommended"
]
}
],
"env": {
"mocha": true,
"es6": true,
Expand Down

0 comments on commit f913e10

Please sign in to comment.