@groww-tech/eslint-plugin-internal
Version:
ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.
55 lines • 1.61 kB
JSON
{
"name": "@groww-tech/eslint-plugin-internal",
"version": "1.0.8",
"description": "ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.",
"keywords": [
"eslint",
"eslintconfig",
"config",
"styleguide",
"javascript",
"groww",
"lint",
"react",
"jsx",
"standard"
],
"repository": {
"type": "git",
"url": "https://github.com/Groww-OSS/webster.git"
},
"author": "Vikas Singh <vikas.singh707@gmail.com> (https://twitter.com/VikasSi25579022)",
"contributors": [
{
"name": "Ankit Chouhan",
"url": "https://twitter.com/ankit__chouhan"
},
{
"name": "Rishabh Tripathi",
"url": "https://twitter.com/ristripathi"
},
{
"name": "Rishav Thakur",
"url": "https://twitter.com/st_tronn"
}
],
"main": "lib/index.js",
"dependencies": {
"requireindex": "~1.1.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.1.0",
"mocha": "^7.2.0",
"jsx-ast-utils": "^3.3.3"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Groww-OSS/webster/issues"
},
"homepage": "https://github.com/Groww-OSS/webster/tree/develop/packages/eslint-plugin-internal#readme",
"scripts": {
"test": "mocha tests --recursive",
"pushTags": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a eslint-plugin-internal-v$PACKAGE_VERSION -m \"@groww-tech/eslint-plugin-internal-v$PACKAGE_VERSION\" && git push --tags"
}
}