Skip to content

Commit

Permalink
configure .prettireignore and format
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 14, 2023
1 parent e3aa7dd commit 4cb6806
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.vscode
node_modules
tmp/
/coverage

*.lock
Expand Down
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tmp/
.vscode
node_modules
es/
/coverage
lib/
Expand Down
2 changes: 1 addition & 1 deletion examples/DOM/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>DOM AutoLayout example</title>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -R",
"bench": "node bench/main.cjs",
"format": "npm run prettier",
"prettier": "prettier . --write --ignore-path .gitignore",
"prettier": "prettier . --write",
"lint": "prettier . --check",
"doc": "npm run grunt -- doc && node scripts/docs-update-headings.js && prettier docs/AutoLayout.md --write",
"grunt": "grunt --gruntfile Gruntfile.cjs",
Expand Down

0 comments on commit 4cb6806

Please sign in to comment.