Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Created May 28, 2018 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielkhan/02b44768249d21a4be4b62b8a4bf3b08 to your computer and use it in GitHub Desktop.
Save danielkhan/02b44768249d21a4be4b62b8a4bf3b08 to your computer and use it in GitHub Desktop.
module.exports = {
extends: "airbnb-base",
rules: {
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }] ,
"no-param-reassign": ["error", { "props": false }],
},
env: {
node: true,
mocha: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment