Skip to content

Commit e274e61

Browse files
committed
no semicolons in prettier
1 parent 120d533 commit e274e61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semi: false

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ln -is ~/dotfiles/.tmux.conf ~/.tmux.conf
1414
ln -is ~/dotfiles/.jshintrc ~/.jshintrc
1515
ln -is ~/dotfiles/.hyper.js ~/.hyper.js
1616
ln -is ~/dotfiles/.tern-config ~/.tern-config
17+
ln -is ~/dotfiles/.prettierrc ~/.prettierrc
1718

1819
# setup vim
1920
mkdir -p ~/.vim/backup

0 commit comments

Comments
 (0)