We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d401883 commit c0e8580Copy full SHA for c0e8580
2 files changed
js/network/onewaydata/.eslintrc.json
js/network/onewaydata/package.json
@@ -25,5 +25,18 @@
25
"devDependencies": {
26
"eslint": "^6.5.1",
27
"eslint-config-red": "^1.4.1"
28
+ },
29
+ "eslintConfig": {
30
+ "extends": ["red"],
31
+ "parserOptions": {
32
+ "ecmaVersion": 2020,
33
+ "sourceType": "module",
34
+ "ecmaFeatures": {}
35
36
+ "env": {
37
+ "es6": true,
38
+ "browser": true
39
40
+ "rules": {}
41
}
42
0 commit comments