Skip to content

Commit

Permalink
Update linters and linters configuration
Browse files Browse the repository at this point in the history
Linter `lint-staged` configuration file has been updated
based on advanced configuration being deprecated and build
errors
  • Loading branch information
lresende committed Dec 12, 2019
1 parent 11fe398 commit 0156857
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 216 deletions.
12 changes: 4 additions & 8 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"linters": {
"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}": [
"prettier --write",
"git add"
]
}
}
"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}": [
"prettier --write",
"git add"
]
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,17 @@
"dependencies": {},
"devDependencies": {
"@types/mocha": "^5.2.7",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.1.0",
"lerna": "^3.19.0",
"lint-staged": "^8.1.5",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"tslint": "^5.15.0",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"tslint-react": "^4.1.0",
"yarn": "1.21.1"
}
}

0 comments on commit 0156857

Please sign in to comment.