Skip to content

Commit

Permalink
Fix formatting issues in README.md (#194)
Browse files Browse the repository at this point in the history
Some headers have the hash tags smashed into the text.
Delimit the header declarations and the texts with a space.
  • Loading branch information
MichaelFoss authored and shinnn committed Mar 24, 2017
1 parent 7f65378 commit 132d5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -257,11 +257,11 @@ Format each linted file individually. This should be used in the stream after pi
The arguments for `formatEach` are the same as the arguments for `format`.


##Configuration
## Configuration

ESLint may be configured explicity by using any of the following plugin options: `config`, `rules`, `globals`, or `env`. If the [useEslintrc option](#useEslintrc) is not set to `false`, ESLint will attempt to resolve a file by the name of `.eslintrc` within the same directory as the file to be linted. If not found there, parent directories will be searched until `.eslintrc` is found or the directory root is reached.

##Ignore Files
## Ignore Files

ESLint will ignore files that do not have a `.js` file extension at the point of linting ([some plugins](https://github.com/contra/gulp-coffee) may change file extensions mid-stream). This avoids unintentional linting of non-JavaScript files.

Expand Down

0 comments on commit 132d5cc

Please sign in to comment.