Skip to content

Commit ab0148c

Browse files
committed
fix: putout: rules: filesystem/remove-files: enable
1 parent b7f98ed commit ab0148c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/putout/putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
".filesystem.json": {
3636
"coverage/remove-files": "on",
37-
"filesystem": "on",
37+
"filesystem/remove-files": "on",
3838
"madrun/rename-file": "on",
3939
"nodejs/cjs-file": "on",
4040
"nodejs/mjs-file": "on",

packages/putout/test/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ test('putout: config: filesystem', (t) => {
132132

133133
const expected = {
134134
'coverage/remove-files': 'on',
135+
'filesystem/remove-files': 'on',
135136
'esm/resolve-imported-file': 'on',
136137
'esm/shorten-imported-file': 'on',
137138
'madrun/rename-file': 'on',
@@ -140,7 +141,6 @@ test('putout: config: filesystem', (t) => {
140141
'nodejs/rename-file-cjs-to-js': 'on',
141142
'nodejs/rename-file-mjs-to-js': 'on',
142143
'nodejs/apply-privately-required-file': 'on',
143-
'filesystem': 'on',
144144
'package-json/find-file': 'on',
145145
'package-json/remove-exports-with-missing-files': 'on',
146146
'typescript/find-file': 'on',

0 commit comments

Comments
 (0)