@feedzai/eslint-config-feedzai
Version:
Feedzai's base JS ESLint extensible configuration
40 lines (39 loc) • 1.28 kB
JSON
{
"name": "@feedzai/eslint-config-feedzai",
"version": "5.0.0",
"description": "Feedzai's base JS ESLint extensible configuration",
"main": "index.js",
"scripts": {
"lint": "eslint -c index.js .",
"travis": "npm install && npm run lint",
"deploy:tasks": "npm run lint",
"deploy:publish": "npm publish --access public && git push && git push --tags",
"deploy:major": "npm run deploy:tasks && npm version major && npm run deploy:publish",
"deploy:minor": "npm run deploy:tasks && npm version minor && npm run deploy:publish",
"deploy:patch": "npm run deploy:tasks && npm version patch && npm run deploy:publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feedzai/eslint-config-feedzai.git"
},
"keywords": [
"eslint",
"eslintconfig",
"styleguide",
"feedzai"
],
"author": "Victor Fernandes <victor.fernandes@feedzai.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/feedzai/eslint-config-feedzai/issues"
},
"homepage": "https://github.com/feedzai/eslint-config-feedzai#readme",
"peerDependencies": {
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5"
},
"devDependencies": {
"eslint": "^8.32.0",
"eslint-plugin-import": "^2.27.5"
}
}