-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #277 from alibaba/feat-webpack-eslint
Feat webpack eslint
- Loading branch information
Showing
19 changed files
with
2,342 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.1.1](https://github.com/alibaba/dawn/compare/@dawnjs/[email protected]...@dawnjs/[email protected]) (2021-11-16) | ||
|
||
**Note:** Version bump only for package @dawnjs/eslint-config-dawn | ||
|
||
# [3.1.0](https://github.com/alibaba/dawn/compare/@dawnjs/[email protected]...@dawnjs/[email protected]) (2021-11-12) | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.2.0](https://github.com/alibaba/dawn/compare/@dawnjs/[email protected]...@dawnjs/[email protected]) (2021-11-16) | ||
|
||
### Features | ||
|
||
- add noEmit option ([49f89b6](https://github.com/alibaba/dawn/commit/49f89b6f2b2f5b00c84eac0fef49aa0be673b132)) | ||
|
||
## [3.1.3](https://github.com/alibaba/dawn/compare/@dawnjs/[email protected]...@dawnjs/[email protected]) (2021-11-12) | ||
|
||
### Bug Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,12 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.4.0](https://github.com/alibaba/dawn/compare/@dawnjs/[email protected]...@dawnjs/[email protected]) (2021-11-16) | ||
|
||
### Features | ||
|
||
- add eslint to webpack ([ecf75de](https://github.com/alibaba/dawn/commit/ecf75de199460498311b1be355818a8d86c50a4e)) | ||
|
||
## [1.3.1](https://github.com/alibaba/dawn/compare/@dawnjs/[email protected]...@dawnjs/[email protected]) (2021-11-04) | ||
|
||
### Bug Fixes | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Do not modify "extends" & "rules". | ||
|
||
root: true | ||
extends: '@dawnjs/eslint-config-dawn/typescript-react' | ||
parserOptions: | ||
project: ./tsconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/** !!DO NOT MODIFY THIS FILE!! */ | ||
module.exports = require('@dawnjs/eslint-config-dawn/prettierrc'); |
Oops, something went wrong.