diff --git a/.eslintrc.json b/.eslintrc.json index 0510104..87dc3a1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,28 +1,28 @@ { - "root": true, - "extends": [ - "eslint:recommended", - "plugin:editorconfig/all" - ], - "parserOptions": { - "ecmaVersion": 2022, - "sourceType": "module" - }, - "env": { - "node": true, - "mocha": true, - "es6": true - }, - "plugins": [ - "editorconfig" - ], - "rules": { - "curly": "warn", - "eqeqeq": "warn", - "no-throw-literal": "warn", - "sort-imports":"warn" - }, - "ignorePatterns": [ - "integration" - ] -} + "root": true, + "extends": [ + "eslint:recommended", + "plugin:editorconfig/all" + ], + "parserOptions": { + "ecmaVersion": 2022, + "sourceType": "module" + }, + "env": { + "node": true, + "mocha": true, + "es6": true + }, + "plugins": [ + "editorconfig" + ], + "rules": { + "curly": "warn", + "eqeqeq": "warn", + "no-throw-literal": "warn", + "sort-imports": "warn" + }, + "ignorePatterns": [ + "integration" + ] +} \ No newline at end of file diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ebfd3de..7539e69 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -51,6 +51,9 @@ jobs: with: go-version: '1.20.1' + - name: Install pnpm + run: npm install -g pnpm + - name: Setup Gradle uses: gradle/actions/setup-gradle@v4 diff --git a/README.md b/README.md index ad57718..ca357e4 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ $ exhort-javascript-api component /path/to/pom.xml