Created
November 30, 2019 00:45
-
-
Save DanielCender/5b1ef19cc1e12c32f743bd044f0a06ca to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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