FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fe-eule/config: Shareable configurations (eslint, prettier, editorconfig) · GitHub

/ config Public

Repository files navigation

config

Installation

npm i -D @fe-eule/editorconfig @fe-eule/prettier-config eslint-config-fe-eule

Setup

eslint

//.eslintrc.js
module.exports = {
  extends: ["fe-eule"],
};

prettier

Prettier Sharing configurations

package.json

{
  "name": "my-cool-library",
  "version": "9000.0.1",
  "prettier": "@fe-eule/prettier-config"
}

or

.prettierrc.js

module.exports = {
  ...require("@fe-eule/prettier-config"),
  semi: false,
};

editorconfig

When installed, it will be created automatically. There is nothing to do. This is the end.

About

Shareable configurations (eslint, prettier, editorconfig)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL