From df8df03c87bd080742ada6b1b6fa6ef1de497f27 Mon Sep 17 00:00:00 2001 From: Stefan Wullems Date: Mon, 25 May 2020 11:07:43 +0200 Subject: [PATCH] fix: trigger build (#24) * Trigger build * Trigger build * bump * Trigger build * turn off * bump --- core.js | 22 +--------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/core.js b/core.js index f1b774c..a3a8222 100644 --- a/core.js +++ b/core.js @@ -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, @@ -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, diff --git a/package.json b/package.json index bec61ab..7b29824 100644 --- a/package.json +++ b/package.json @@ -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": {