Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Created May 28, 2018 12:56
Show Gist options
  • Save danielkhan/7f3762bcbad00e26e033dadd36815155 to your computer and use it in GitHub Desktop.
Save danielkhan/7f3762bcbad00e26e033dadd36815155 to your computer and use it in GitHub Desktop.
module.exports = {
"extends": "airbnb-base",
"rules": {
"no-unused-vars": ["error", { "argsIgnorePattern": "next" }],
"no-param-reassign": ["error", { "props": false }],
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment