diff --git a/package.json b/package.json index ab351f0..1e5232a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-plural", - "version": "0.6.6", + "version": "0.6.7", "description": "🎨 How plural paints its code.", "main": "index.js", "files": [ @@ -100,4 +100,4 @@ "url": "https://github.com/A-Tokyo" } ] -} +} \ No newline at end of file diff --git a/rules/base.js b/rules/base.js index 7810d04..ed664df 100644 --- a/rules/base.js +++ b/rules/base.js @@ -39,7 +39,7 @@ module.exports = { 'TSEnumDeclaration', 'TSInterfaceDeclaration', // 'TSMethodSignature', - 'TSPropertySignature', + // 'TSPropertySignature', // 'TSTypeAliasDeclaration', // 'VariableDeclaration' ],