Skip to content

Commit a712db2

Browse files
pohnemustclindner
andauthored
Upgrade to eslint-plugin-unicorn 31.0.0 and remove Node 10 support (#306)
* Upgrade to eslint-plugin-unicorn 31.0.0 * Remove support for node 10 * Bump version Co-authored-by: tclindner <[email protected]>
1 parent b93f0cf commit a712db2

File tree

6 files changed

+218
-205
lines changed

6 files changed

+218
-205
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node: [10, 12, 14]
30+
node: [12, 14]
3131
os: [ubuntu-latest, windows-latest, macos-latest]
3232

3333
steps:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2020 tclindner
3+
Copyright (c) 2016-2021 tclindner
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for JavaScript projects
44
5-
65
[![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)
76
[![npm](https://img.shields.io/npm/v/eslint-config-tc.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/eslint-config-tc)
87
![ci](https://github.com/tclindner/eslint-config-tc/workflows/ci/badge.svg?branch=master)
98
[![Dependency Status](https://david-dm.org/tclindner/eslint-config-tc.svg?style=flat-square)](https://david-dm.org/tclindner/eslint-config-tc)
109
[![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)
1110

12-
1311
## What is eslint-config-tc?
1412

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

2321
#### Node
2422

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

2826
### Command
@@ -64,4 +62,4 @@ Please see [CHANGELOG.md](CHANGELOG.md).
6462

6563
## License
6664

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

0 commit comments

Comments
 (0)