0.3.1 • Published 5 years ago

prettieslint v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

prettieslint

you need prettier in your life. you also need eslint because reasons.

npx prettieslint

now your codebase will be pretty and make eslint not cry.

Default rules

Note that there are no default rules enabled other than the three Prettier-related ones (semi, singleQuote, trailingComma). You can easily enable the default eslint rules by adding eslint:recommended to the extends array in your .eslintrc.js:

extends: ['prettier', 'eslint:recommended']

This does not require any additional dependencies.

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago