diff --git a/.eslintrc.js b/.eslintrc.js index 585bd82..33cdb58 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -13,5 +13,6 @@ module.exports = { 'no-implicit-coercion': ['warn', { allow: ['!!'], }], + '@typescript-eslint/type-annotation-spacing': 'off', }, }; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18dcbca..bcea959 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,18 +33,18 @@ jobs: - run: pnpm test - # lint: - # runs-on: ubuntu-latest + lint: + runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 + steps: + - uses: actions/checkout@v4 - # - uses: actions/setup-node@v4 - # with: - # node-version: lts/* + - uses: actions/setup-node@v4 + with: + node-version: lts/* - # - uses: pnpm/action-setup@v4 - # with: - # run_install: true + - uses: pnpm/action-setup@v4 + with: + run_install: true - # - run: pnpm lint + - run: pnpm lint