Skip to content

Commit 1ce5ebf

Browse files
committed
release: 0.4.1 for eslint 7
1 parent 7805f2c commit 1ce5ebf

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ To use this config, add this to your `package.json`
2020
```json
2121
{
2222
"devDependencies" : {
23-
"eslint" : "6.7.2",
24-
"eslint-plugin-coremail" : "0.4.0"
23+
"eslint" : "7.4.0",
24+
"eslint-plugin-coremail" : "0.4.1"
2525
}
2626
}
2727
```

config/standard.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ module.exports = {
4646
'no-new' : [off],
4747
'no-void' : [off],
4848
'no-case-declarations' : [off],
49+
'no-inner-declarations' : [off],
4950
'default-case' : [off],
5051
'one-var' : [off],
5152
'dot-notation' : [off],

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "eslint-plugin-coremail",
33
"description" : "Javascript Standard Style - ESLint Shareable Config for coremail.cn",
4-
"version" : "0.4.0",
4+
"version" : "0.4.1",
55
"author" : {
66
"name" : "William Leung",
77
"email" : "[email protected]"
@@ -28,19 +28,19 @@
2828
},
2929

3030
"peerDependencies" : {
31-
"eslint" : "^6.7.2"
31+
"eslint" : "^7.4.0"
3232
},
3333

3434
"devDependencies" : {
35-
"eslint" : "~6.7.2"
35+
"eslint" : "~7.4.0"
3636
},
3737

3838
"dependencies" : {
3939
"eslint-plugin-promise" : "~4.2.1",
40-
"eslint-plugin-import" : "~2.18.2",
41-
"eslint-plugin-node" : "~10.0.0",
40+
"eslint-plugin-import" : "~2.22.0",
41+
"eslint-plugin-node" : "~11.1.0",
4242
"eslint-plugin-standard" : "~4.0.1",
43-
"eslint-config-standard" : "~14.1.0"
43+
"eslint-config-standard" : "~14.1.1"
4444
},
4545

4646
"eslintConfig" : {

0 commit comments

Comments
 (0)