0.0.1 • Published 2 years ago

@marong87/eslint-config v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@marong87/eslint-config

package.json

{
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "@typescript-eslint/parser": "^5.59.8",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-vue": "^9.14.1",
    "prettier": "^2.8.8",
    "stylelint": "^15.6.2",
    "stylelint-config-prettier": "^9.0.5",
    "stylelint-config-recess-order": "^4.0.0",
    "stylelint-config-standard": "^33.0.0",
    "stylelint-config-standard-scss": "^9.0.0",
    "stylelint-prettier": "^3.0.0",
    "@marong87/eslint-config": "0.0.1",
    "@marong87/prettier-config": "0.0.1",
    "@marong87/stylelint-config": "0.0.1"
  }
}

.eslintrc.js

module.exports = {
  extends: ["@marong87/eslint-config"],
};

.eslintignore

*.sh
node_modules
*.md
*.woff
*.ttf
.vscode
.idea
dist
/public
/docs
.husky
.local
/bin
Dockerfile
0.0.1

2 years ago