mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-08 22:20:41 +02:00
Add Prettier with ESLint integration (#1589)
* Add Prettier, with basic config and ESLint integration * Apply Prettier to all files using `yarn lint --fix` * Tell Prettier to ignore an empty text in a test output. * Run Prettier on JS files not handled by ESLint, and lint them too
This commit is contained in:
committed by
Ian Storm Taylor
parent
f28c59a26e
commit
3339d088e1
5
.prettierignore
Normal file
5
.prettierignore
Normal file
@@ -0,0 +1,5 @@
|
||||
examples/build.prod.js
|
||||
package.json
|
||||
packages/*/dist/
|
||||
packages/*/lib/
|
||||
tmp/
|
Reference in New Issue
Block a user