We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bea11 commit 9811540Copy full SHA for 9811540
index.js
@@ -62,6 +62,7 @@ const eslintConfig = {
62
'spaced-comment': ['error', 'always'],
63
'object-shorthand': ['error', 'always'],
64
'no-useless-rename': 'error',
65
+ eqeqeq: 'error',
66
},
67
overrides: [
68
{
package.json
@@ -1,6 +1,6 @@
1
2
"name": "@geprog/eslint-config",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "ESLint config for Typescript, Vue.js and Jest",
5
"homepage": "https://geprog.com",
6
"repository": "github:geprog/eslint-config",
0 commit comments