Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright years in README.md file #59

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sudo: false
install:
- npm install
script:
- npm run lint
- npm run lint -- --report-unused-disable-directives --max-warnings 0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The following is a curated list of changes in the Enact eslint config:

## [unreleased]

* Fixed `eslint-plugin-jest` version to `26.x` to fix unexpected lint errors.

## [4.1.2] (August 29, 2022)

* No significant changes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install -g eslint eslint-plugin-react eslint-plugin-react-hooks eslint-plugi
Unless otherwise specified, all content, including all source code files and
documentation files in this repository are:

Copyright (c) 2012-2022 LG Electronics
Copyright (c) 2012-2023 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content,
including all source code files and documentation files in this repository are:
Expand Down
Loading