explosion--spacy
f877c37fc6
tests / Test (windows-latest, 3.13) (push) Has been cancelled
tests / Test (windows-latest, 3.14) (push) Has been cancelled
tests / Validate (push) Has been cancelled
tests / Test (macos-latest, 3.10) (push) Has been cancelled
tests / Test (macos-latest, 3.11) (push) Has been cancelled
tests / Test (macos-latest, 3.12) (push) Has been cancelled
tests / Test (macos-latest, 3.13) (push) Has been cancelled
tests / Test (macos-latest, 3.14) (push) Has been cancelled
tests / Test (ubuntu-latest, 3.10) (push) Has been cancelled
tests / Test (ubuntu-latest, 3.11) (push) Has been cancelled
tests / Test (ubuntu-latest, 3.12) (push) Has been cancelled
tests / Test (ubuntu-latest, 3.13) (push) Has been cancelled
tests / Test (ubuntu-latest, 3.14) (push) Has been cancelled
tests / Test (windows-latest, 3.10) (push) Has been cancelled
tests / Test (windows-latest, 3.11) (push) Has been cancelled
tests / Test (windows-latest, 3.12) (push) Has been cancelled
universe validation / Validate (push) Has been cancelled
28 行
941 B
Plaintext
28 行
941 B
Plaintext
{
|
|
"extends": ["standard", "prettier"],
|
|
"plugins": ["standard", "react", "react-hooks"],
|
|
"rules": {
|
|
"no-var": "error",
|
|
"no-unused-vars": 1,
|
|
"arrow-spacing": ["error", { "before": true, "after": true }],
|
|
"indent": ["error", 4],
|
|
"semi": ["error", "never"],
|
|
"arrow-parens": ["error", "as-needed"],
|
|
"standard/object-curly-even-spacing": ["error", "either"],
|
|
"standard/array-bracket-even-spacing": ["error", "either"],
|
|
"standard/computed-property-even-spacing": ["error", "even"],
|
|
"standard/no-callback-literal": ["error", ["cb", "callback"]],
|
|
"react/jsx-uses-react": "error",
|
|
"react/jsx-uses-vars": "error",
|
|
"react-hooks/rules-of-hooks": "error",
|
|
"react-hooks/exhaustive-deps": "warn"
|
|
},
|
|
"parser": "babel-eslint",
|
|
"parserOptions": {
|
|
"ecmaVersion": 8
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
}
|
|
}
|