Skip to content

Commit

Permalink
Merge pull request #19 from atolye15/refactor/remove-some-rules
Browse files Browse the repository at this point in the history
refactor: remove some rules because of the problems
  • Loading branch information
hsnaydd committed Feb 10, 2023
2 parents ef9a276 + e89a3e3 commit d560270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module.exports = {
'function-comma-space-before': 'never',
'function-calc-no-unspaced-operator': true,
'function-linear-gradient-no-nonstandard-direction': true,
'function-no-unknown': true,
'function-parentheses-newline-inside': 'always-multi-line',
'function-parentheses-space-inside': 'never-single-line',
'function-url-quotes': 'always',
Expand Down Expand Up @@ -188,7 +187,6 @@ module.exports = {
'scss/at-import-partial-extension': 'never',
'scss/at-mixin-pattern': '^[_-]?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
'scss/at-rule-no-unknown': true,
'scss/comment-no-empty': true,
'scss/declaration-nested-properties-no-divided-groups': true,
'scss/dollar-variable-colon-space-after': 'always',
'scss/dollar-variable-colon-space-before': 'never',
Expand Down

0 comments on commit d560270

Please sign in to comment.