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:
parent
a56231d6a4
commit
b5c20f22a2
2
index.js
2
index.js
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user