mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
27073a9e66
Added a test case to run on CI as well.
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"root": true,
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"comma-dangle": 0,
|
|
"no-empty": 0,
|
|
"no-unused-vars": 1,
|
|
"strict": [2, "global"]
|
|
}
|
|
}
|