Skip to content

Commit acb1a55

Browse files
Update dependency eslint to v9 (#413)
* Update dependency eslint to v9 * use flat config file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scott Vandehey <[email protected]>
1 parent 0917ea8 commit acb1a55

File tree

5 files changed

+920
-3246
lines changed

5 files changed

+920
-3246
lines changed

__tests__/engines.test.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line n/no-unsupported-features/node-builtins
12
import { describe, it } from 'node:test';
23
import assert from 'node:assert/strict';
34
import { execFileSync } from 'node:child_process';

__tests__/selector-bem-pattern/index.test.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line n/no-unsupported-features/node-builtins
12
import { beforeEach, describe, it } from 'node:test';
23
import assert from 'node:assert/strict';
34
import { readFileSync } from 'node:fs';

eslint.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import stylelintConfig from 'eslint-config-stylelint';
2+
3+
export default [...stylelintConfig];

0 commit comments

Comments
 (0)