@0y0/eslint-config-vanilla
Version:
Common ESLint config for Vanilla JS.
37 lines (36 loc) • 909 B
JSON
{
"name": "@0y0/eslint-config-vanilla",
"version": "1.5.0",
"description": "Common ESLint config for Vanilla JS.",
"main": "index.js",
"repository": "https://github.com/o0y0o/f2e-dev-toolkit",
"author": "Jason Chung <shiningjason1989@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"eslint",
"web",
"nodejs",
"vanilla",
"clean-code"
],
"scripts": {
"format": "prettier --write index.js",
"lint": "eslint index.js"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0"
},
"peerDependencies": {
"eslint": "^8.0.0"
},
"gitHead": "3dfb30abe427cc1fbaacc27b48b30c255061774d"
}