1.0.1 • Published 1 year ago

@inputstudio/eslint-prettier v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

prettier

GitHub

@inputstudio/eslint-prettier is a package to lint and prettify our source code at Input Studio.

Installation

Install the package with your favorite package manager:

# npm
npm install @inputstudio/eslint-prettier
# yarn
yarn add @inputstudio/eslint-prettier
# pnpm
pnpm add @inputstudio/eslint-prettier

Install the dependencies used by the package:

npx install-peerdeps --dev @inputstudio/eslint-prettier

Usage

  1. Create an .eslintrc file in your project root and add:
{
  "extends": ["@inputstudio/eslint-prettier"]
}
  1. Add a new property to your package.json file:
{
  "prettier": "@inputstudio/eslint-prettier/prettier"
}

License

This project is licensed under the MIT License.