hopper
Version:
An interpreter for the Grace programming language
49 lines (48 loc) • 1.14 kB
Plain Text
{ "env":
{ "node": true
}
, "rules":
{ "no-extra-parens": 2
, "block-scoped-var": 2
, "dot-notation": [2, { "allowKeywords": false }]
, "guard-for-in": 2
, "default-case": 2
, "no-div-regex": 2
, "no-else-return": 2
, "no-eq-null": 2
, "no-floating-decimal": 2
, "no-process-env": 2
, "no-self-compare": 2
, "no-void": 2
, "radix": 2
, "vars-on-top": 2
, "wrap-iife": 2
, "no-catch-shadow": 2
, "no-path-concat": 0
, "no-process-exit": 0
, "indent": [2, 2]
, "brace-style": 2
, "camelcase": 0
, "comma-spacing": 2
, "comma-style": 2
, "consistent-this": [2, "self"]
, "eol-last": 2
, "func-style": [2, "declaration"]
, "no-lonely-if": 2
, "one-var": 2
, "quotes": [2, "double", "avoid-escape"]
, "quote-props": 2
, "sort-vars": 2
, "array-bracket-spacing": [2, "never"]
, "object-curly-spacing": [2, "always"]
, "space-before-function-paren": [2, { "named": "never" }]
, "space-after-keywords": 2
, "space-before-blocks": 2
, "space-in-parens": 2
, "spaced-comment": 2
, "space-unary-ops": 2
, "max-len": [2, 80]
, "no-bitwise": 2
, "no-plusplus": 2
}
}