mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-07 04:05:01 +00:00
Add .prettierignore file
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
coverage
|
||||||
|
dist
|
||||||
|
node_modules
|
||||||
|
packages/**/vendor/*
|
||||||
+1
-2
@@ -12,8 +12,7 @@
|
|||||||
"website": "cd website && yarn start",
|
"website": "cd website && yarn start",
|
||||||
"website:release": "cd website && yarn release",
|
"website:release": "cd website && yarn release",
|
||||||
"flow": "flow",
|
"flow": "flow",
|
||||||
"fmt": "find packages scripts types website -name '*.js' | grep -v -E '(node_modules|dist|vendor)' | xargs yarn fmt:cmd",
|
"fmt": "prettier --write \"**/*.js\"",
|
||||||
"fmt:cmd": "prettier --write",
|
|
||||||
"jest": "BABEL_ENV=commonjs jest --config ./scripts/jest/config.js",
|
"jest": "BABEL_ENV=commonjs jest --config ./scripts/jest/config.js",
|
||||||
"lint": "yarn lint:check --fix",
|
"lint": "yarn lint:check --fix",
|
||||||
"lint:check": "eslint packages scripts website",
|
"lint:check": "eslint packages scripts website",
|
||||||
|
|||||||
Reference in New Issue
Block a user