File tree Expand file tree Collapse file tree 6 files changed +3088
-3896
lines changed
Expand file tree Collapse file tree 6 files changed +3088
-3896
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 cache : pnpm
4343
4444 - name : Install
45- run : pnpm install
45+ run : pnpm install --prefer-frozen-lockfile
4646
4747 - name : Install ESLint ${{ matrix.node }}
4848 if : ${{ matrix.eslint != 9 }}
49- run : pnpm install -D eslint@${{ matrix.eslint }} eslint-plugin- svelte@2 svelte@3
49+ run : pnpm install -D eslint@${{ matrix.eslint }} @graphql- eslint/eslint -plugin@3 eslint-plugin- svelte@2 svelte@3 vue-eslint-parser@9
5050
5151 - name : Test
5252 run : pnpm mocha
Original file line number Diff line number Diff line change 2020 cache : pnpm
2121
2222 - name : Install Dependencies
23- run : pnpm install
23+ run : pnpm install --prefer-frozen-lockfile
2424
2525 - name : Create Release Pull Request or Publish to npm
2626 id : changesets
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import preset from '@1stg/remark-preset' ;
2+
3+ export default {
4+ plugins : [ preset ] ,
5+ } ;
Original file line number Diff line number Diff line change 1010 ],
1111 "funding" : " https://opencollective.com/eslint-plugin-prettier" ,
1212 "license" : " MIT" ,
13- "packageManager" : " pnpm@10.6 .5" ,
13+ "packageManager" : " pnpm@7.33 .5" ,
1414 "engines" : {
1515 "node" : " ^14.18.0 || >=16.0.0"
1616 },
4545 "format" : " prettier --write . && pnpm lint --fix" ,
4646 "lint" : " eslint . --cache --max-warnings 10" ,
4747 "prepare" : " simple-git-hooks" ,
48- "release" : " pnpm check && mocha && && clean-pkg-json changeset publish" ,
48+ "release" : " pnpm check && mocha && clean-pkg-json changeset publish" ,
4949 "test" : " pnpm lint && mocha"
5050 },
5151 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments