mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
+1
-4
@@ -19,14 +19,11 @@
|
||||
],
|
||||
"plugins": [
|
||||
"@typescript-eslint",
|
||||
"simple-import-sort",
|
||||
"jest"
|
||||
],
|
||||
"rules": {
|
||||
"import/first": "error",
|
||||
"import/newline-after-import": "error",
|
||||
"import/no-duplicates": "error",
|
||||
"simple-import-sort/imports": "error",
|
||||
"sort-imports": "off"
|
||||
"import/no-duplicates": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user