Skip to content

Commit

Permalink
Remove disables
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 22, 2024
1 parent 346ea18 commit 0ce012a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion __tests__/no-display-colors.js
Expand Up @@ -4,7 +4,6 @@ import {fileURLToPath} from 'url'

const __dirname = fileURLToPath(new URL('.', import.meta.url))

// eslint-disable-next-line no-undef
testRule({
plugins: ['./plugins/no-display-colors'],
ruleName,
Expand Down
1 change: 0 additions & 1 deletion __tests__/responsive-widths.js
@@ -1,6 +1,5 @@
import {ruleName} from '../plugins/responsive-widths.js'

// eslint-disable-next-line no-undef
testRule({
plugins: ['./plugins/responsive-widths'],
customSyntax: 'postcss-scss',
Expand Down
1 change: 0 additions & 1 deletion __tests__/spacing.js
@@ -1,6 +1,5 @@
import {ruleName} from '../plugins/spacing.js'

// eslint-disable-next-line no-undef
testRule({
plugins: ['./plugins/spacing'],
customSyntax: 'postcss-scss',
Expand Down
1 change: 0 additions & 1 deletion __tests__/utilities.js
@@ -1,6 +1,5 @@
import {ruleName} from '../plugins/utilities.js'

// eslint-disable-next-line no-undef
testRule({
plugins: ['./plugins/utilities'],
customSyntax: 'postcss-scss',
Expand Down

0 comments on commit 0ce012a

Please sign in to comment.