Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add Add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dov118 committed Jul 10, 2021
1 parent ed15067 commit 0df875d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"env": {
"es6": true,
"node": true
},
"extends": [
"eslint:recommended"
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Library used to get servers status of The elders scrolls Online game",
"main": "lib/index.js",
"scripts": {
"lint": "eslint lib/index.js",
"test": "jest",
"build": "tsc"
},
Expand All @@ -30,6 +31,7 @@
"homepage": "https://github.com/dov118/eso-status#readme",
"devDependencies": {
"@types/jest": "^26.0.24",
"eslint": "^7.30.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5"
Expand Down

0 comments on commit 0df875d

Please sign in to comment.