Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Nov 21, 2019
1 parent 06c1bac commit 55e132b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/eslint-config-kibana/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ module.exports = {
'@typescript-eslint/class-name-casing': 'error',
'@typescript-eslint/explicit-member-accessibility': ['error',
{
'accessibility': 'off',
'overrides': {
'accessors': 'explicit',
'constructors': 'no-public',
'parameterProperties': 'explicit'
accessibility: 'off',
overrides: {
accessors: 'explicit',
constructors: 'no-public',
parameterProperties: 'explicit'
}
}
],
Expand All @@ -112,7 +112,7 @@ module.exports = {
'@typescript-eslint/prefer-function-type': 'error',
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
'@typescript-eslint/member-ordering': ['error', {
'default': ['public-static-field', 'static-field', 'instance-field'],
'default': ['public-static-field', 'static-field', 'instance-field']
}],
'@typescript-eslint/consistent-type-assertions': 'error',
'@typescript-eslint/no-empty-interface': 'error',
Expand Down Expand Up @@ -177,7 +177,7 @@ module.exports = {
'asyncArrow': 'always'
}],
'spaced-comment': ["error", "always", {
"exceptions": ["/"],
"exceptions": ["/"]
}],
'use-isnan': 'error',

Expand Down

0 comments on commit 55e132b

Please sign in to comment.