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