From 0ce012add14cc0cb89b774ae5f23025399a40f7f Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 22 Apr 2024 15:55:19 +0000 Subject: [PATCH] Remove disables --- __tests__/no-display-colors.js | 1 - __tests__/responsive-widths.js | 1 - __tests__/spacing.js | 1 - __tests__/utilities.js | 1 - 4 files changed, 4 deletions(-) diff --git a/__tests__/no-display-colors.js b/__tests__/no-display-colors.js index bccbe08..108d3b4 100644 --- a/__tests__/no-display-colors.js +++ b/__tests__/no-display-colors.js @@ -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, diff --git a/__tests__/responsive-widths.js b/__tests__/responsive-widths.js index 65a5792..601e751 100644 --- a/__tests__/responsive-widths.js +++ b/__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', diff --git a/__tests__/spacing.js b/__tests__/spacing.js index b8c2c61..559791e 100644 --- a/__tests__/spacing.js +++ b/__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', diff --git a/__tests__/utilities.js b/__tests__/utilities.js index f4cbdbb..802713e 100644 --- a/__tests__/utilities.js +++ b/__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',