Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
fix: trigger build (#24)
Browse files Browse the repository at this point in the history
* Trigger build

* Trigger build

* bump

* Trigger build

* turn off

* bump
  • Loading branch information
Stefan Wullems authored May 25, 2020
1 parent b157baa commit df8df03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions core.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ const TYPESCRIPT_ESLINT_RULES = {
'@typescript-eslint/explicit-member-accessibility': OFF,
'@typescript-eslint/func-call-spacing': OFF,
'@typescript-eslint/member-ordering': OFF,
'@typescript-eslint/naming-convention': OFF,
'@typescript-eslint/no-extra-parens': OFF,
'@typescript-eslint/no-extraneous-class': OFF,
'@typescript-eslint/no-floating-promises': OFF,
Expand Down Expand Up @@ -363,27 +364,6 @@ const TYPESCRIPT_ESLINT_RULES = {

'@typescript-eslint/adjacent-overload-signatures': ERROR,
'@typescript-eslint/ban-types': ERROR,
'@typescript-eslint/naming-convention': [ERROR,
[
{
'selector': 'default',
'format': ['camelCase'],
'leadingUnderscore': 'allow',
'trailingUnderscore': 'allow',
},
{
'selector': 'variable',
'format': ['camelCase', 'UPPER_CASE'],
'leadingUnderscore': 'allow',
'trailingUnderscore': 'allow',
},

{
'selector': 'typeLike',
'format': ['PascalCase'],
},
]
],
'@typescript-eslint/indent': [ERROR, 2],
'@typescript-eslint/member-delimiter-style': [ERROR, { 'multiline': { 'delimiter': 'none'} }],
'@typescript-eslint/no-array-constructor': ERROR,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-exivity",
"version": "1.0.11",
"version": "1.0.12",
"description": "The eslint configurations for Exivity",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit df8df03

Please sign in to comment.