UNPKG

@emcsistemas/eslint-config

Version:
53 lines (52 loc) 1.39 kB
{ "name": "@emcsistemas/eslint-config", "version": "0.0.8", "description": "Configuração ESLint utilizada pela EMC Sistemas", "author": "Leandro Fernandes <desenvolvedor_emc@emcsistemas.com.br>", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/emcsistemas/bibliotecas-npm/tree/main/eslint-config" }, "keywords": [ "emc", "sistemas", "emc-sistemas", "es", "lint", "es-lin", "react", "native", "react-native", "react-component" ], "scripts": { "pub": "npm version patch --force && npm publish --access public", "postpub": "echo 'package has been published'" }, "peerDependencies": { "eslint": "^9.0.0", "typescript": ">=5.8.3" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "dependencies": { "eslint": "^9.0.0", "eslint-config-prettier": "^10.1.5", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-n": "^17.20.0", "eslint-plugin-prefix-types": "^2.0.0", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "prettier": "^3.5.3" } }