diff --git a/index.js b/index.js index f5aff0a..92e1cfd 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ module.exports = { '@typescript-eslint/no-use-before-define': 'off', 'tsdoc/syntax': 'error', // deactivating commonjs rules - 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], + 'id-match': 'off', 'no-underscore-dangle': 'off', 'node/no-missing-import': 'off' } diff --git a/package.json b/package.json index acb7ef9..f0e4f87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphirecode/eslint-config-ts", - "version": "1.1.29", + "version": "1.1.30", "description": "scode eslint typescript configuration", "main": "index.js", "scripts": {