You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
322 B
Plaintext

1 year ago
{
"env": {
"node": true,
"commonjs": true,
"es2021": true,
"mocha": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest"
},
"globals": {
"ethers": "readonly"
},
"rules": {
"max-len": [
"error",
{
"code": 120
}
]
}
}