Skip to content

Commit

Permalink
feat: remove prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Jul 17, 2024
1 parent f3922b3 commit ba5bdb7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

1 change: 0 additions & 1 deletion bin/init/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ ln -s ~/dotfiles/.rspec ~
# node
ln -s ~/dotfiles/.eslintrc.json ~
ln -s ~/dotfiles/tsconfig.json ~
ln -s ~/dotfiles/.prettierrc ~

# flutter
ln -s ~/dotfiles/analysis_options.yaml ~
Expand Down
1 change: 0 additions & 1 deletion bin/init/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ ln -s ~/dotfiles/.rubocop.yml
# node
ln -s ~/dotfiles/.eslintrc.json ~
ln -s ~/dotfiles/tsconfig.json ~
ln -s ~/dotfiles/.prettierrc ~

# flutter
ln -s ~/dotfiles/analysis_options.yaml ~
Expand Down
2 changes: 1 addition & 1 deletion vim/coc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
},
"disabled": [],
"locked": [],
"lastUpdate": 1719290407799
"lastUpdate": 1720858196930
}

0 comments on commit ba5bdb7

Please sign in to comment.