@fye/eslint-config
Version:
Standardized eslint configuration
36 lines (35 loc) • 743 B
JSON
{
"name": "@fye/eslint-config",
"version": "1.0.2",
"description": "Standardized eslint configuration",
"main": "index.js",
"scripts": {
"test": "echo \"No tests for the eslint-config package.\""
},
"keywords": [
"utils",
"utilities",
"fye",
"eslint",
"standards"
],
"contributors": [
"Brian Kurtz",
"Tim Monroe <tmonroe@fye.com>"
],
"homepage": "",
"license": "ISC",
"dependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-import": "^2.18.2"
},
"peerDependencies": {
"eslint": ">=6.1.0",
"eslint-config-airbnb-base": ">=14.0.0"
},
"publishConfig": {
"access": "public"
}
}