Skip to content

Instantly share code, notes, and snippets.

@randallreedjr
Created October 13, 2016 14:50
Show Gist options
  • Save randallreedjr/40282968b6f39dc3f423dd3cf1106455 to your computer and use it in GitHub Desktop.
Save randallreedjr/40282968b6f39dc3f423dd3cf1106455 to your computer and use it in GitHub Desktop.
ESLint config file extending local configuration
module.exports = {
  “extends”: “../src/.eslintrc.js”,
  “rules”: {
  “import/no-extraneous-dependencies”: “error”
  }
};
@vanarok
Copy link

vanarok commented Jun 6, 2022

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment