mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
16 lines
401 B
JavaScript
16 lines
401 B
JavaScript
module.exports = [
|
|
{
|
|
files: ["**/*.js"],
|
|
ignores: ["projects/test/*"],
|
|
languageOptions: {
|
|
ecmaVersion: "latest",
|
|
},
|
|
rules: {
|
|
"no-case-declarations": "off",
|
|
"no-unused-vars": "off",
|
|
"no-useless-escape": "warn",
|
|
"no-prototype-builtins": "off",
|
|
"no-unreachable": "off",
|
|
}
|
|
}
|
|
]; |