UNPKG

dollar-js

Version:

A lighter, faster, modular jQuery replacement (manipulate DOM, bind events, and more...)

55 lines (49 loc) 1.27 kB
{ "extends": "eslint:recommended", "env": { "browser": true, "node": true }, "globals": { "$": false }, "rules": { "brace-style": 1, "comma-spacing": 1, "comma-style": 1, "curly": 2, "dot-notation": 1, "eol-last": 1, "eqeqeq": 2, "guard-for-in": 2, "no-cond-assign": 0, "no-console": 1, "no-constant-condition": 1, "no-debugger": 1, "no-empty": 1, "no-eval": 2, "no-extend-native": 2, "no-extra-bind": 2, "no-extra-semi": 0, "no-loop-func": 2, "no-multi-spaces": 1, "no-new-func": 2, "no-sequences": 2, "no-shadow-restricted-names": 2, "no-spaced-func": 1, "no-trailing-spaces": 1, "no-unneeded-ternary": 1, "no-unused-vars": 1, "no-useless-call": 1, "no-useless-concat": 1, "quote-props": [1, "consistent-as-needed"], "quotes": [1, "single", "avoid-escape"], "semi": 2, "space-before-blocks": 1, "space-before-function-paren": 1, "space-infix-ops": 1, "wrap-iife": [2, "any"], "yoda": 1, "no-inner-declarations": 1, } }