Skip to content

Commit

Permalink
🔖 release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanni4night committed Oct 10, 2017
1 parent 3068d62 commit 39922c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2018-08-18
### Added
- `es6` in `env`

### Removed
- *.vue* in `html/html-extensions`

## 1.0.0 - 2017-08-17
### Added
- initialize this project

[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.0.0...HEAD
[2.0.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.0.0...2.0.0
[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.0...HEAD
3 changes: 2 additions & 1 deletion eslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": ["eslint:recommended"],
"env": {
"es6": true,
"browser": true,
"amd": true,
"jasmine": true,
Expand All @@ -20,7 +21,7 @@
"promise"
],
"settings": {
"html/html-extensions": [".san", ".vue"]
"html/html-extensions": [".san"]
},
"rules": {
"semi": 2,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-superfe-hn",
"version": "1.0.0",
"version": "2.0.0",
"description": "Eslint configration for Super-FE's HTML-Native apps",
"scripts": {
"test": "eslint index.js -c eslint.json",
Expand Down

0 comments on commit 39922c5

Please sign in to comment.