1
mirror of https://github.com/jakejarvis/eslint-config.git synced 2025-04-26 06:25:23 -04:00

lint the linter config

This commit is contained in:
Jake Jarvis 2025-01-16 10:43:53 -05:00
parent a56231d6a4
commit b5c20f22a2
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export default [{
objects: "always-multiline",
imports: "always-multiline",
exports: "always-multiline",
functions: "never"
functions: "never",
}],
"comma-spacing": "error",
"comma-style": "error",

View File

@ -1,6 +1,6 @@
{
"name": "@jakejarvis/eslint-config",
"version": "4.0.4",
"version": "4.0.5",
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.",
"license": "MIT",
"repository": "jakejarvis/eslint-config",