Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/concurrently/
Upload File :
Current File : /var/www/html/wetty/node_modules/concurrently/.eslintrc.json

{
    "root": true,
    "env": {
        "browser": false,
        "node": true
    },
    "parserOptions": {
        "ecmaVersion": 6
    },
    "rules": {
        "block-spacing": "error",
        "curly": "error",
        "eqeqeq": ["error", "always", { "null": "ignore" }],
        "indent": ["error", 4],
        "keyword-spacing": "error",
        "no-var": "error",
        "prefer-const": "error",
        "quotes": ["error", "single"],
        "semi": "error",
        "space-before-blocks": "error",
        "space-before-function-paren": ["error", "never"]
    }
}