mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 13:55:49 +00:00
5faa71e1e0
Resolves #298
13 lines
168 B
JSON
13 lines
168 B
JSON
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"ecmaFeatures": {
|
|
"impliedStrict": true
|
|
}
|
|
},
|
|
"rules": {
|
|
"no-undef": 0,
|
|
"no-unused-vars": 0
|
|
}
|
|
}
|