Browse Source

style: add lint script

pull/48/head
Abheek Dhawan 2 years ago
committed by GitHub
parent
commit
e363debba8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      package.json

3
package.json

@ -19,7 +19,8 @@
"name": "awesomescibo", "name": "awesomescibo",
"version": "4.7.4", "version": "4.7.4",
"scripts": { "scripts": {
"build": "yarn tsc" "build": "tsc",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx"
}, },
"keywords": [ "keywords": [
"discord", "discord",

Loading…
Cancel
Save