danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.82k stars 100 forks source link

Wire up Prettier and pre-commit hooks #91

Closed nikolay-borzov closed 5 years ago

nikolay-borzov commented 5 years ago

Prettier for formatting ESLint for linting husky and lint-staged to apply all above on commit

Suggested prettier config:

printWidth: 100,
singleQuote: true,
semi: true,
tabWidth: 2,
useTabs: false
danvk commented 5 years ago

I usually go with 100 chars these days.