1
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:
Jake Jarvis 2025-01-16 10:43:11 -05:00
parent ed541485b3
commit a56231d6a4
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc
2 changed files with 2 additions and 2 deletions

View File

@ -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"],

View File

@ -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",