Skip to content

Commit 2b9af42

Browse files
committed
fix linting after minimatch update
1 parent 3633843 commit 2b9af42

3 files changed

Lines changed: 15 additions & 25 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ import {
2020
} from 'eslint-config-airbnb-extended';
2121
import { rules as prettierConfigRules } from 'eslint-config-prettier';
2222

23-
import { dirname } from 'node:path';
24-
import { fileURLToPath } from 'node:url';
25-
import { FlatCompat } from '@eslint/eslintrc';
26-
27-
const __filename = fileURLToPath(import.meta.url);
28-
const __dirname = dirname(__filename);
29-
30-
const compat = new FlatCompat({
31-
baseDirectory: __dirname,
32-
});
33-
3423
export default defineConfig([
3524
globalIgnores([
3625
'**/*/coverage/*',

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"name": "nhs-notify-digital-letters",
3838
"overrides": {
39+
"brace-expansion": "^5.0.2",
3940
"fast-xml-parser": "^5.3.7",
4041
"minimatch": "^10.2.2",
4142
"pretty-format": {

0 commit comments

Comments
 (0)