Skip to content

Commit

Permalink
Remove note about wordpress folders being ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatkins0 committed Dec 29, 2020
1 parent 3752bff commit 0fdb93a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ This is how you execute the script with presented setup:

When you run commands similar to the `npm run format:js:src` example above, you can provide a file, a directory, or `glob` syntax or any combination of them.

By default, files located in `build`, `node_modules`, `vendor` and `wordpress` folders are ignored.
By default, files located in `build`, `node_modules`, and `vendor` folders are ignored.

### `lint-js`

Expand All @@ -174,7 +174,7 @@ This is how you execute the script with presented setup:

When you run commands similar to the `npm run lint:js:src` example above, you can provide a file, a directory, or `glob` syntax or any combination of them. See [more examples](https://eslint.org/docs/user-guide/command-line-interface).

By default, files located in `build`, `node_modules`, `vendor` and `wordpress` folders are ignored.
By default, files located in `build`, `node_modules`, and `vendor` folders are ignored.

#### Advanced information

Expand Down Expand Up @@ -202,7 +202,7 @@ This is how you execute those scripts using the presented setup:

When you run commands similar to the `npm run lint:pkg-json:src` example above, you can provide one or multiple directories to scan as well. See [more examples](https://github.com/tclindner/npm-package-json-lint/blob/HEAD/README.md#examples).

By default, files located in `build`, `node_modules`, `vendor` and `wordpress` folders are ignored.
By default, files located in `build`, `node_modules`, and `vendor` folders are ignored.

#### Advanced information

Expand All @@ -226,7 +226,7 @@ This is how you execute the script with presented setup:

- `npm run lint:md:docs` - lints markdown files in the entire project’s directories.

By default, files located in `build`, `node_modules`, `vendor` and `wordpress` folders are ignored.
By default, files located in `build`, `node_modules`, and `vendor` folders are ignored.

#### Advanced information

Expand All @@ -250,7 +250,7 @@ This is how you execute the script with presented setup:

- `npm run lint:md:js` - lints markdown files in the entire project’s directories.

By default, files located in `build`, `node_modules`, `vendor` and `wordpress` folders are ignored.
By default, files located in `build`, `node_modules`, and `vendor` folders are ignored.

#### Advanced information

Expand Down Expand Up @@ -278,7 +278,7 @@ This is how you execute the script with presented setup:

When you run commands similar to the `npm run lint:css:src` example above, be sure to include the quotation marks around file globs. This ensures that you can use the powers of [globby](https://github.com/sindresorhus/globby) (like the `**` globstar) regardless of your shell. See [more examples](https://github.com/stylelint/stylelint/blob/HEAD/docs/user-guide/cli.md#examples).

By default, files located in `build`, `node_modules`, `vendor` and `wordpress` folders are ignored.
By default, files located in `build`, `node_modules`, and `vendor` folders are ignored.

#### Advanced information

Expand Down

0 comments on commit 0fdb93a

Please sign in to comment.