mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openzeppelin-contracts/.eslintrc

21 lines
341 B

3 years ago
{
2 years ago
"root": true,
3 years ago
"extends" : [
2 years ago
"eslint:recommended",
"prettier",
3 years ago
],
"env": {
2 years ago
"es2022": true,
"browser": true,
"node": true,
"mocha": true,
3 years ago
},
"globals" : {
2 years ago
"artifacts": "readonly",
"contract": "readonly",
"web3": "readonly",
"extendEnvironment": "readonly",
"expect": "readonly",
3 years ago
}
}