chore(eslint): remove fixable from no-imports-from-self [skip ci]

This commit is contained in:
Elliot DeNolf
2024-08-22 09:36:17 -04:00
parent 9de3ffdcfe
commit c7c6fca537

View File

@@ -9,7 +9,6 @@ export const rule = {
category: 'Best Practices',
recommended: true,
},
fixable: 'code',
schema: [],
},