Add .eslint.json
This commit is contained in:
parent
d29829a46c
commit
a49b510f31
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"env": {
|
||||||
|
"es6": true,
|
||||||
|
"node": true
|
||||||
|
},
|
||||||
|
"extends": "eslint:recommended",
|
||||||
|
"rules": {
|
||||||
|
"indent": [
|
||||||
|
"error",
|
||||||
|
"tab"
|
||||||
|
],
|
||||||
|
"linebreak-style": [
|
||||||
|
"error",
|
||||||
|
"unix"
|
||||||
|
],
|
||||||
|
"quotes": [
|
||||||
|
"error",
|
||||||
|
"single"
|
||||||
|
],
|
||||||
|
"semi": [
|
||||||
|
"error",
|
||||||
|
"always"
|
||||||
|
],
|
||||||
|
"comma-dangle": 0
|
||||||
|
}
|
||||||
|
}
|
|
@ -1200,7 +1200,7 @@
|
||||||
{
|
{
|
||||||
value: { 1: 0 }
|
value: { 1: 0 }
|
||||||
action: @method:prevMessage
|
action: @method:prevMessage
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
value: { 1: 1 }
|
value: { 1: 1 }
|
||||||
action: @method:nextMessage
|
action: @method:nextMessage
|
||||||
|
|
Loading…
Reference in New Issue