Last active
April 23, 2021 08:16
-
-
Save ne2da/55f89ea761fafaee3c7ca9921a77eb65 to your computer and use it in GitHub Desktop.
Список локальных зависимостей package.json для линтинга и форматирования кода ESLint + Prettier
This file contains 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": "ESLint-Prettier dependencies", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"eslint": "^7.24.0", | |
"eslint-config-airbnb": "^18.2.1", | |
"eslint-config-prettier": "^8.2.0", | |
"eslint-plugin-import": "^2.22.1", | |
"eslint-plugin-jsx-a11y": "^6.4.1", | |
"eslint-plugin-prettier": "^3.4.0", | |
"eslint-plugin-react": "^7.23.2", | |
"eslint-plugin-react-hooks": "^1.7.0", | |
"prettier": "^2.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment