Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed Apr 28, 2021
1 parent dcbe50f commit 0d5b26a
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 855 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{js,jsx,ts,tsx,cjs,mjs}]
trim_trailing_whitespace = true

[*.{md,markdown,mdown}]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

ESLint preset for QuITS apps

## \[0.5.1] - unreleased

### Added

- .editorconfig file.

### Changed

- Remove `warnOnUnsupportedTypeScriptVersion` to allow TypeScript version check.
- Include "PascalCase" format for functions and methods in `@typescript-eslint/naming-convention` to allow _Functional Components_ in react and preact.

### Fixed

- Move `ecmaVersion` and `ecmaFeatures` to the `parserOptions` block, the correct one.
- Fix lint errors and tests.

## \[0.5.0] - 2021-04-27

### Changed
Expand Down

0 comments on commit 0d5b26a

Please sign in to comment.