Skip to content

Instantly share code, notes, and snippets.

@ne2da
Last active April 23, 2021 08:16
Show Gist options
  • Save ne2da/55f89ea761fafaee3c7ca9921a77eb65 to your computer and use it in GitHub Desktop.
Save ne2da/55f89ea761fafaee3c7ca9921a77eb65 to your computer and use it in GitHub Desktop.
Список локальных зависимостей package.json для линтинга и форматирования кода ESLint + Prettier
{
"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