@sb1/eslint-config-ffe-base
Advanced tools
Comparing version
{ | ||
"name": "@sb1/eslint-config-ffe-base", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "license": "MIT", | ||
], | ||
"main": "index.js", | ||
"main": "index.cjs", | ||
"repository": { | ||
@@ -18,3 +18,4 @@ "type": "git", | ||
"scripts": { | ||
"lint": "eslint .", | ||
"lint": "echo \"Skipping lint for linting config\" && true", | ||
"lint:fix": "echo \"Skipping lint:fix for linting config\" && true", | ||
"unused": "eslint-find-rules -u" | ||
@@ -33,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "2f80a2e2404e90b484fe98e2b81b368a9fc86827" | ||
"gitHead": "12c17b17efaecc8943ccaef202c7243e43083d52" | ||
} |
26678
0.45%