Skip to content

Commit

Permalink
eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarbjorntvedt committed Dec 26, 2023
1 parent b4afe50 commit 7334298
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["tfso/typescript", "prettier"],
"extends": ["@tfso/eslint-config/typescript", "prettier"],
"env": {
"mocha": true
},
Expand All @@ -9,4 +9,4 @@
{ "vars": "all", "args": "none", "ignoreRestSiblings": true }
]
}
}
}
35 changes: 18 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lodash.defaultsdeep": "4.6.1"
},
"devDependencies": {
"@tfso/eslint-config": "^1.1.4",
"@types/chai": "4.2.21",
"@types/lodash.defaultsdeep": "4.6.6",
"@types/mocha": "10.0.0",
Expand All @@ -29,7 +30,6 @@
"chai": "4.3.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-tfso": "github:tfso/eslint-config-tfso",
"mocha": "10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.1.1",
Expand Down

0 comments on commit 7334298

Please sign in to comment.