From b614604effda51ca7c76c8901be78ced62b642b2 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Thu, 28 May 2020 16:17:13 +0200 Subject: Update TS migration to current dev, move to a common package, rename to frontend --- plugins/base/frontend/stylelint.config.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/base/frontend/stylelint.config.js (limited to 'plugins/base/frontend/stylelint.config.js') diff --git a/plugins/base/frontend/stylelint.config.js b/plugins/base/frontend/stylelint.config.js new file mode 100644 index 00000000..02b3f4ac --- /dev/null +++ b/plugins/base/frontend/stylelint.config.js @@ -0,0 +1,4 @@ +module.exports = { + extends: '@jetbrains/stylelint-config', + rules: {} +}; -- cgit