mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-09 16:01:16 +08:00
Revert "Merge branch 'actions:main' into fix-golang-windows-example"
This reverts commit341e6d75d9
, reversing changes made to447f0fd1d3
.
This commit is contained in:
parent
360b9c916e
commit
4472a36ed8
44 changed files with 52061 additions and 47921 deletions
|
@ -9,14 +9,15 @@
|
|||
"plugin:import/errors",
|
||||
"plugin:import/warnings",
|
||||
"plugin:import/typescript",
|
||||
"plugin:prettier/recommended"
|
||||
"plugin:prettier/recommended",
|
||||
"prettier/@typescript-eslint"
|
||||
],
|
||||
"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",
|
||||
"simple-import-sort/sort": "error",
|
||||
"sort-imports": "off"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue