Skip to content

Commit

Permalink
refactor: adopt linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Aug 14, 2023
1 parent fbca96f commit 073c137
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions projects/firebase-function/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,18 @@
{
"extends": [
"../../.eslintrc.json"
],
"ignorePatterns": [
"!**/*"
],
"extends": ["../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"overrides": [
{
"files": [
"*.ts",
"*.tsx",
"*.js",
"*.jsx"
],
"extends": [
"plugin:unicorn/recommended"
],
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"extends": [],
"rules": {}
},
{
"files": [
"*.ts",
"*.tsx"
],
"files": ["*.ts", "*.tsx"],
"rules": {}
},
{
"files": [
"*.js",
"*.jsx"
],
"files": ["*.js", "*.jsx"],
"rules": {}
}
]
Expand Down

0 comments on commit 073c137

Please sign in to comment.