Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicfraser committed Nov 2, 2021
1 parent e7f0c25 commit 7655fc8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased changes](./UNRELEASED.md)

# 10.0.0

## Added/Breaking

- Support TypeScript. These changes are only breaking if you were already using TypeScript in your project.
- Adds overrides for `.ts?(x)` files taken from react-scripts, adds `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser`.
- Adds config for `.ts?(x)` extensions under `import/extensions`
- Adds `eslint-plugin-typescript-enum` to disallow TypeScript language expression feature `enum`
- Bump `prettier` from `2.2.1` to `2.3.0`
- Bump eslint-plugin-react from 7.23.2 to 7.24.0

# 9.0.1 - Updating dependencies

## Patched
Expand Down
10 changes: 0 additions & 10 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# UNRELEASED

This project adheres to [Semantic Versioning](http://semver.org/).

## Added
- Support TypeScript. Adds overrides for `.ts?(x)` files taken from react-scripts, adds `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser`
- Adds config for `.ts?(x)` extensions under `import/extensions`
- Adds `eslint-plugin-typescript-enum` to disallow TypeScript language expression feature `enum`


**Breaking/Added:**
- Bump `prettier` from `2.2.1` to `2.3.0`
- Bump eslint-plugin-react from 7.23.2 to 7.24.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-skyscanner",
"version": "9.0.1",
"version": "10.0.0",
"description": "Skyscanner's ESLint config.",
"license": "Apache-2.0",
"engines": {
Expand Down

0 comments on commit 7655fc8

Please sign in to comment.