Skip to content

Commit

Permalink
chore: running prettier on our dists
Browse files Browse the repository at this point in the history
erunion committed Apr 16, 2024
1 parent bea5f23 commit ee0e338
Showing 5 changed files with 2,276 additions and 8 deletions.
1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

2 changes: 2 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
@@ -5,6 +5,8 @@ const glob = require('glob');
const files = glob.sync('*.png', { cwd: 'src/img' });
const emojis = files.map(file => file.replace('.png', ''));

emojis.reverse();

const out = [
'// Autogenerated by build.js; do not edit!',
'',
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"dist": "node build.js",
"lint": "eslint .",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"",
"prettier": "prettier --list-different --write \"./**/**.{js,json}\"",
"test": "vitest run"
},
"devDependencies": {
845 changes: 840 additions & 5 deletions src/index.js

Large diffs are not rendered by default.

1,434 changes: 1,433 additions & 1 deletion unicode/index.json

Large diffs are not rendered by default.

0 comments on commit ee0e338

Please sign in to comment.