Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sjq

GitHub license npm

This software includes the work that is distributed in the Apache License 2.0

About

sjq is action of lint for reducing jQuery.

Usage

name: sjq
on: pull_request
jobs:
  lint:
    runs-on: ubuntu-latest
    env:
      ESLINT_PLUGIN_DIFF_COMMIT: "${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}"
    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0
      - uses: actions/setup-node@v2
        with:
          node-version: "16"
      - name: Install packages
        run: yarn
      - name: Lint jQuery
        uses: tascript/sjq@v0.1.0

License

MIT

About

lint config generator for reducing jQuery 🍋

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages