fix broken eslint, streamlined with movie-web

This commit is contained in:
Jorrin
2024-01-09 22:02:46 +01:00
parent 77e3c2115b
commit 5e4f67562d
6 changed files with 339 additions and 66 deletions

View File

@@ -5,16 +5,5 @@ export default {
printWidth: 120,
trailingComma: 'all',
singleQuote: true,
importOrder: [
'<BUILTIN_MODULES>', // Node.js built-in modules
'<THIRD_PARTY_MODULES>', // Imports not matched by other special words or groups.
'', // Empty line
'^@plasmo/(.*)$',
'',
'^@plasmohq/(.*)$',
'',
'^~(.*)$',
'',
'^[./]',
],
endOfLine: 'auto',
};