// Use this file as a starting point for your project's .eslintrc. // Copy this file, and add rule overrides as needed. { "extends": "airbnb", "rules": { "no-param-reassign": 0 }, "globals": { "sails": true, "__SERVER__": true, "__DEV__": true, "__DEBUG__": true, "__CLIENT__": true } }