There was an error while loading. Please reload this page.
1 parent fac3c5d commit b7955f3Copy full SHA for b7955f3
.babelrc
.eslintrc
package.json
@@ -45,5 +45,23 @@
45
"homepage": "https://github.com/os-js/osjs-vnc-application#readme",
46
"osjs": {
47
"type": "package"
48
+ },
49
+ "eslintConfig": {
50
+ "env": {
51
+ "browser": true,
52
+ "node": true
53
54
+ "parserOptions": {
55
+ "sourceType": "module"
56
57
+ "extends": "@osjs/eslint-config"
58
59
+ "babel": {
60
+ "presets": [
61
+ "@babel/preset-env"
62
+ ],
63
+ "plugins": [
64
+ "@babel/plugin-transform-runtime"
65
+ ]
66
}
67
0 commit comments