Skip to content

Commit

Permalink
rm eslint prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed Feb 17, 2021
1 parent 157b72c commit 6280760
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 52 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) 2020 Vishnu Raghav B
EnBizCard - An Open-Source Digital Business Card Generator
Copyright (C) 2021 Vishnu Raghav B

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
Expand Down
45 changes: 0 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"dev": "HOST=192.168.1.7 nuxt",
"build": "nuxt build",
"export": "nuxt export",
"generate": "nuxt build && nuxt export"
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
Expand All @@ -25,13 +25,10 @@
"@nuxtjs/tailwindcss": "^3.4.2",
"@tailwindcss/postcss7-compat": "^2.0.3",
"autoprefixer": "^9.8.6",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"imagemin-svgo": "^8.0.0",
"node-sass": "^4.14.1",
"pdfjs-dist": "^2.6.347",
"postcss": "^7.0.35",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"sass-loader": "^9.0.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
Expand Down

0 comments on commit 6280760

Please sign in to comment.