Skip to content

Instantly share code, notes, and snippets.

@DanielCender
Created November 30, 2019 00:45
Show Gist options
  • Save DanielCender/5b1ef19cc1e12c32f743bd044f0a06ca to your computer and use it in GitHub Desktop.
Save DanielCender/5b1ef19cc1e12c32f743bd044f0a06ca to your computer and use it in GitHub Desktop.
package.json
{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "eslint --debug index.js"
},
"devDependencies": {
"eslint": "^6.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment