1.0.8 • Published 4 years ago

prettier-config-udemy-website v1.0.8

Weekly downloads
1,934
License
MIT
Repository
github
Last release
4 years ago

Udemy Prettier Config

This configuration provides a basis for any ES2015 JavaScript code developed at Udemy. It is mainly used by udemy/website-django/static and udemy/website-django/e2e.

Installation

Install Prettier locally.

$ yarn add prettier --dev

Install the Udemy Prettier Config locally.

$ yarn add prettier-config-udemy-website --dev

Configuration

Add a require section to your .prettierrc.js and specify prettier-config-udemy-website a required module. You can additionally adjust rules by overriding them. E.g.:

// A .prettierrc.js

module.exports = {
    ...require("prettier-config-udemy-website"),
    
    // Any overwrites.
    printWidth: 140,
    tabWidth: 4
};

Contributing

See Contributing.

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago