UNPKG

eslint-config-lofter

Version:

lofter eslint config

15 lines (14 loc) 459 B
module.exports = { rules: { "semi": "off", "@typescript-eslint/semi": "off", "@typescript-eslint/space-before-function-paren": "off", "comma-dangle": "off", "@typescript-eslint/comma-dangle": "off", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": "warn", "indent": "off", "@typescript-eslint/indent": ["warn", 2], "@typescript-eslint/no-unused-expressions": ["error", {"allowShortCircuit": true}] } }