Skip to content

Instantly share code, notes, and snippets.

@MatteoJoliveau
Created December 3, 2019 15:58
Show Gist options
  • Save MatteoJoliveau/b80d8f38654984979c60f3d76535c9e4 to your computer and use it in GitHub Desktop.
Save MatteoJoliveau/b80d8f38654984979c60f3d76535c9e4 to your computer and use it in GitHub Desktop.
{
"extends": ["airbnb-typescript/base"],
"plugins": ["@typescript-eslint", "jest"],
"parser": "@typescript-eslint/parser",
"rules": {
"import/prefer-default-export": "off",
"class-methods-use-this": "off"
},
"env": {
"jest": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment