Skip to content

Commit 11c500e

Browse files
committed
Move to eslint-config-love
1 parent aa074b0 commit 11c500e

File tree

5 files changed

+352
-326
lines changed

5 files changed

+352
-326
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
{
4747
"files": ["*.ts", "*.tsx"],
48-
"extends": ["standard-with-typescript", "prettier"],
48+
"extends": ["love", "prettier"],
4949
"parserOptions": {
5050
"project": "./tsconfig.json"
5151
},

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Bootstrap a new TypeScript module in five minutes or less.
1515
- Native [ECMAScript module] compatible with [Node.js].
1616
- Package management with [npm].
1717
- Examples with configurable options and arguments powered by [yargs] with [landlubber].
18-
- Linting with the [JavaScript Standard Style] using [ESLint].
18+
- Linting with the [JavaScript Standard Style] and [eslint-config-love] using [ESLint].
1919
- [Prettier] code.
2020
- Futuristic debuggable unit testing with [AVA].
2121
- Code coverage reporting with [Istanbul] and [c8].
@@ -31,6 +31,7 @@ Bootstrap a new TypeScript module in five minutes or less.
3131
[GitHub Actions]: https://github.com/features/actions
3232
[Istanbul]: https://istanbul.js.org/
3333
[JavaScript Standard Style]: https://standardjs.com/
34+
[eslint-config-love]: https://github.com/mightyiam/eslint-config-love
3435
[Keep a CHANGELOG]: https://keepachangelog.com/
3536
[Node.js]: https://nodejs.org/
3637
[Prettier]: https://prettier.io/

makenew.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ makenew () {
5757
read -p '> GitHub user or organization name (my-user): ' mk_user
5858
read -p '> GitHub repository name (my-repo): ' mk_repo
5959

60-
sed_delete README.md '10,103d'
60+
sed_delete README.md '10,104d'
6161
sed_insert README.md '10i' 'TODO'
6262

6363
find_replace "s/^ \"version\": \".*\"/ \"version\": \"0.0.0\"/g"

0 commit comments

Comments
 (0)