Skip to content

Commit 064e59b

Browse files
committed
feature: putout: migrate to FlatConfig
1 parent 480bee0 commit 064e59b

File tree

535 files changed

+1175
-2150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

535 files changed

+1175
-2150
lines changed

codemods/apply-filter-boolean/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/apply-replace-all/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/convert-any-to-primitive/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/convert-pascal-to-camel/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/cut-legacy/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/cut-useless-functions/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/madrun/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/remove-legacy-from-gitignore/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/remove-madrun-from-gitignore/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {safeAlign} from 'eslint-plugin-putout/config';
1+
import {safeAlign} from 'eslint-plugin-putout';
22
import {createESLintConfig} from '@putout/eslint-flat';
33

44
export default createESLintConfig([

codemods/remove-putoutcache-from-gitignore/eslint.config.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)