mirror of
https://github.com/jakejarvis/eslint-config.git
synced 2025-04-26 01:45:25 -04:00
fix operator-linebreak again
This commit is contained in:
parent
b5c20f22a2
commit
5ed0ff58f6
2
index.js
2
index.js
@ -33,7 +33,7 @@ export default [{
|
||||
const: "never",
|
||||
}],
|
||||
|
||||
"operator-linebreak": ["error", "before"],
|
||||
"operator-linebreak": ["error", "after", { "overrides": { "?": "before", ":": "before" } }],
|
||||
"padded-blocks": ["error", "never"],
|
||||
"quote-props": ["error", "as-needed"],
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jakejarvis/eslint-config",
|
||||
"version": "4.0.5",
|
||||
"version": "4.0.6",
|
||||
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.",
|
||||
"license": "MIT",
|
||||
"repository": "jakejarvis/eslint-config",
|
||||
|
Loading…
x
Reference in New Issue
Block a user