Skip to content

Commit 9811540

Browse files
committed
feat: enable eqeqeq
1 parent 19bea11 commit 9811540

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const eslintConfig = {
6262
'spaced-comment': ['error', 'always'],
6363
'object-shorthand': ['error', 'always'],
6464
'no-useless-rename': 'error',
65+
eqeqeq: 'error',
6566
},
6667
overrides: [
6768
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@geprog/eslint-config",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "ESLint config for Typescript, Vue.js and Jest",
55
"homepage": "https://geprog.com",
66
"repository": "github:geprog/eslint-config",

0 commit comments

Comments
 (0)