eslint-config-arista-react
Version:
Arista's eslint config for React/JSX code
30 lines (29 loc) • 904 B
JSON
{
"name": "eslint-config-arista-react",
"version": "0.4.1",
"description": "Arista's eslint config for React/JSX code",
"author": "extensions@arista.com",
"homepage": "https://github.com/aristanetworks/cloudvision-frontend-config/tree/trunk/packages/eslint-config-arista-react",
"repository": {
"type": "git",
"url": "https://github.com/aristanetworks/cloudvision-frontend-config.git"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"check": "npm run lint && npm run prettier-check",
"lint": "eslint -c ../eslint-config-arista-js/index.js --max-warnings 0 *.js",
"prepare": "npm run check",
"prettier-check": "prettier -c *.js",
"prettier-fix": "prettier --write *.js"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"arista",
"javascript",
"styleguide"
],
"gitHead": "98008ee739a39379e66cb4b05544067cb4a6446b"
}