Skip to content

zeroseven/action-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ESLint Action

GitHub Action to lint JavaScript/TypeScript files with ESLint.

Usage

- uses: zeroseven/action-eslint@v1
  with:
    config: '.eslintrc.js'
    paths: 'src/**/*.{js,ts}'

Inputs

Input Description Required Default
node-version Node.js version No 20
config Path to ESLint config Yes -
paths Paths to lint No .
extensions File extensions No .js,.ts,.jsx,.tsx
max-warnings Max warnings allowed No -1

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors