Precise DOM morphing
morphing typescript dom

Add prettier to lint script

+1 -1
+1 -1
package.json
··· 10 10 "build": "tsc && prettier --write ./src ./dist", 11 11 "watch": "tsc -w", 12 12 "test:watch": "npm run test -- --watch", 13 - "lint": "eslint ./src", 13 + "lint": "prettier --check ./src ./dist && eslint ./src", 14 14 "minify": "terser dist/morphlex.js -o dist/morphlex.min.js -c -m --module", 15 15 "prepare": "npm run build && npm run minify", 16 16 "ship": "npm run prepare && npm run test && npm run lint && npm publish"