Skip to content

Commit

Permalink
rm: unwanted commit ff3ffdd
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Aug 22, 2023
1 parent 9d4fa3f commit 1770711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
16 changes: 1 addition & 15 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": ["./tsconfig.json"]
},
"env": { "es6": true },
"ignorePatterns": ["node_modules", "build", "coverage", "proto"],
"plugins": ["import", "eslint-comments", "functional"],
Expand All @@ -22,7 +19,6 @@
"trailingComma": "none"
}
],
"comma-dangle": ["error", "never"],
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"eslint-comments/disable-enable-pair": [
Expand Down Expand Up @@ -68,19 +64,9 @@
"overrides": [
{
"files": ["*.spec.ts", "**/test_utils/*.ts", "*.js", "*.cjs"],
"env": {
"node": true
},
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-console": "off",
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true
}
]
"@typescript-eslint/no-explicit-any": "off"
}
},
{
Expand Down
3 changes: 0 additions & 3 deletions .prettierrc.json

This file was deleted.

0 comments on commit 1770711

Please sign in to comment.