You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ More info [on the ESLint getting started guide](https://eslint.org/docs/user-gui
15
15
Add or create a file named `.github/workflow/lint.yml` and copy over one of the examples below to your new workflow file
16
16
17
17
This is the simplest example to get it running:
18
-
```hcl
18
+
```yml
19
19
name: Lint
20
20
21
21
on: [push]
@@ -31,7 +31,7 @@ jobs:
31
31
32
32
By default it will run ESLint through all the files in the project. But you can also specify a glob of files to lint using the `with:` argument on your YAML file. The example below shows ESLint running only on the files under the `src/` folder:
0 commit comments