Skip to content

Commit be567e3

Browse files
committed
chore: putout: actions: lint ☘️
1 parent b6ffddc commit be567e3

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ export default createESLintConfig([
2626
ecmaVersion: 'latest',
2727
},
2828
ignores: ['**/fixture'],
29-
},
30-
]);
29+
}]);

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
"redlint": "^3.1.2",
5454
"supertape": "^10.0.0"
5555
},
56-
"trustedDependencies": [
57-
"husky"
58-
],
56+
"trustedDependencies": ["husky"],
5957
"engines": {
6058
"node": ">=18"
6159
},

packages/plugin-esm/eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const {
44
matchToFlat,
55
createESLintConfig,
66
} = require('@putout/eslint-flat');
7+
78
const {safeAlign} = require('eslint-plugin-putout/config');
89

910
const match = {

packages/plugin-nodejs/eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const {
44
matchToFlat,
55
createESLintConfig,
66
} = require('@putout/eslint-flat');
7+
78
const {safeAlign} = require('eslint-plugin-putout/config');
89

910
const match = {
@@ -19,7 +20,6 @@ module.exports = createESLintConfig([
1920
rules: {
2021
'no-useless-return': 'off',
2122
},
22-
},
23-
]);
23+
}]);
2424

2525
module.exports.match = match;

0 commit comments

Comments
 (0)