UNPKG

zosconnect-node

Version:
29 lines 677 B
{ "env": { "browser": false, "commonjs": false, "es6": true, "node": true, "mocha": true }, "parserOptions": { "ecmaFeatures": { "jsx": true }, "sourceType": "module" }, "rules": { "no-const-assign": "warn", "no-this-before-super": "warn", "no-undef": "warn", "no-unreachable": "warn", "no-unused-vars": "warn", "constructor-super": "warn", "valid-typeof": "warn", "no-console": "off", "no-restricted-syntax": "off", "comma-dangle": "off", "strict": "off" }, "extends": "airbnb-base" }