Skip to content

Commit

Permalink
Add option to @typescript-eslint/camelcase rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 26, 2019
1 parent 5bd2e53 commit c8c50e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -86,6 +86,7 @@ module.exports = {
'error',
{
properties: 'always',
genericType: 'always',
ignoreDestructuring: false
}
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -42,15 +42,15 @@
"simple"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"ava": "^2.4.0",
"eslint": "^6.6.0",
"eslint": "^6.7.1",
"temp-write": "^4.0.0",
"typescript": "^3.7.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=2.8.0",
"@typescript-eslint/eslint-plugin": ">=2.9.0",
"eslint": ">=6.6.0",
"typescript": ">=3.5.3"
}
Expand Down

0 comments on commit c8c50e8

Please sign in to comment.