UNPKG

koco

Version:

knockout components with routing

41 lines (39 loc) 867 B
{ "extends": "airbnb", "env": { "browser": true, "node": true, "mocha": true }, "plugins": [ ], "rules": { "func-names": 0, "space-before-function-paren": 0, "prefer-arrow-callback": 1, "strict": 1, "comma-dangle": 0, // not sure why airbnb turned this on. gross! "indent": [1, 2, {"SwitchCase": 1}], "max-len": [ 2, 120, 2, { "ignoreUrls": true, "ignoreComments": true }], "no-param-reassign": 0, // voir docs/known issues.txt "import/no-unresolved": 0, "import/no-extraneous-dependencies": 0, "import/extensions": 0, "object-shorthand": 0 } // voir docs/known issues.txt // , // "parser": "babel-eslint", // "settings": { // "import/resolver":{ // "webpack": { // "config": "./webpack/webpack.dev.config.js" // } // } // } }