Skip to content

Commit

Permalink
Bump version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed May 17, 2016
1 parent 24a2cac commit 61fe53b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -42,7 +42,8 @@ exporting files can be ignored with a second configuration parameter.
```

With these configuration options, `camelCase.js` will be reported as an error while `snake_case.js` will pass.
Additionally the files that have a named default export (according to the logic in the `match-exported` rule) will be ignored.
Additionally the files that have a named default export (according to the logic in the `match-exported` rule) will be
ignored. They could be linted with the `match-exported` rule.

### Matching Exported Values (match-exported)

Expand Down Expand Up @@ -70,6 +71,9 @@ opening files by name. When enabling this rule. `index.js` files will always be

## Changelog

#### 1.0.0
- Split rule into `match-regex`, `match-exported` and `no-index`

#### 0.2.0
- Add match-exported flags

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-filenames",
"version": "0.2.0",
"version": "1.0.0",
"description": "Eslint rule for consistent filenames.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 61fe53b

Please sign in to comment.