4.0.0 • Published 1 month ago

@studiometa/prettier-config v4.0.0

Weekly downloads
32
License
MIT
Repository
github
Last release
1 month ago

Prettier configuration

NPM Version Dependency Status devDependency Status

Studio Meta's favorite Prettier configuration to be used across projects.

Installation

Install the package with NPM:

$ npm install --save-dev prettier @studiometa/prettier-config

Usage

Create a .prettierrc.js file in the root of your project with the following:

module.exports = require('@studiometa/prettier-config');

Contributing

This project uses Git Flow as a branching model, new feature will be added by pull-requests of feature/ branches against develop.

The JS files are linted with ESLint and Prettier. You can check for linting errors before your commits by running the following scripts with Yarn:

$ yarn lint # Check for linting errors
$ yarn fix # Fix the fixable linting errors

Or with NPM:

$ npm run lint # Check for linting errors
$ npm run fix # Fix the fixable linting errors
4.0.0

1 month ago

3.0.0

1 year ago

2.1.1

2 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago