Skip to content

Commit

Permalink
Upgrade to eslint-plugin-unicorn 31.0.0 and remove Node 10 support (#306
Browse files Browse the repository at this point in the history
)

* Upgrade to eslint-plugin-unicorn 31.0.0

* Remove support for node 10

* Bump version

Co-authored-by: tclindner <[email protected]>
  • Loading branch information
pohnemus and tclindner authored Apr 27, 2021
1 parent b93f0cf commit a712db2
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
node: [10, 12, 14]
node: [12, 14]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2020 tclindner
Copyright (c) 2016-2021 tclindner

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for JavaScript projects

[![license](https://img.shields.io/github/license/tclindner/eslint-config-tc.svg?maxAge=2592000&style=flat-square)](https://github.com/tclindner/eslint-config-tc/blob/master/LICENSE)
[![npm](https://img.shields.io/npm/v/eslint-config-tc.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/eslint-config-tc)
![ci](https://github.com/tclindner/eslint-config-tc/workflows/ci/badge.svg?branch=master)
[![Dependency Status](https://david-dm.org/tclindner/eslint-config-tc.svg?style=flat-square)](https://david-dm.org/tclindner/eslint-config-tc)
[![devDependency Status](https://david-dm.org/tclindner/eslint-config-tc/dev-status.svg?style=flat-square)](https://david-dm.org/tclindner/eslint-config-tc#info=devDependencies)


## What is eslint-config-tc?

Shared configuration for ESLint. Follow the instructions below to easily include this configuration in another project without having to duplicate the file.
Expand All @@ -22,7 +20,7 @@ First thing first, let's make sure you have the necessary pre-requisites.

#### Node

* [Node.js](https://nodejs.org/) - v10.0.0+
* [Node.js](https://nodejs.org/) - v12.0.0+
* [npm](http://npmjs.com) - v6.0.0+

### Command
Expand Down Expand Up @@ -64,4 +62,4 @@ Please see [CHANGELOG.md](CHANGELOG.md).

## License

Copyright (c) 2016-2020 Thomas Lindner. Licensed under the MIT license.
Copyright (c) 2016-2021 Thomas Lindner. Licensed under the MIT license.
Loading

0 comments on commit a712db2

Please sign in to comment.