mirror of
https://github.com/movie-web/extension.git
synced 2025-09-13 10:53:23 +00:00
fix broken eslint, streamlined with movie-web
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
Reference in New Issue
Block a user