From e5bee4cb4f17cc0b3a1dad8ab6c0b3ce5a5e983d Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 29 Jan 2021 13:31:46 +0530 Subject: [PATCH] chore: Fix syntax in .stylelintrc --- frappe/.stylelintrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frappe/.stylelintrc b/frappe/.stylelintrc index 79dc11bc87..491e95e2f4 100644 --- a/frappe/.stylelintrc +++ b/frappe/.stylelintrc @@ -1,8 +1,8 @@ - { - extends: ["stylelint-config-recommended"], - plugins: ["stylelint-scss"], - rules: { +{ + "extends": ["stylelint-config-recommended"], + "plugins": ["stylelint-scss"], + "rules": { "at-rule-no-unknown": null, "scss/at-rule-no-unknown": true } -}; \ No newline at end of file +} \ No newline at end of file