From 0774e8e463c46d0c67aee8c64390f486723377fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 21 Dec 2021 07:31:08 +0100 Subject: [PATCH] Do not lint js and ts files --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 58dec66..5ca7371 100644 --- a/index.js +++ b/index.js @@ -3,6 +3,7 @@ module.exports = { 'stylelint-config-recommended-scss', 'stylelint-config-recommended-vue', ], + ignoreFiles: ['**/*.js', '**/*.ts'], rules: { indentation: 'tab', 'selector-type-no-unknown': null,