Abheek Dhawan 2 years ago
parent
commit
d9db06d9d6
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 2
      .github/workflows/eslint.yml
  2. 3
      package.json

2
.github/workflows/eslint.yml

@ -12,4 +12,4 @@ jobs:
- name: Install modules - name: Install modules
run: yarn run: yarn
- name: Run ESLint - name: Run ESLint
run: yarn run eslint ./src --ext .js,.jsx,.ts,.tsx run: yarn run lint

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