Skip to content
/ sjq Public

lint config generator for reducing jQuery 🍋

License

Notifications You must be signed in to change notification settings

tascript/sjq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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