Skip to content

Commit f46467b

Browse files
authored
chore: Update linting and prettier deps (#4)
1 parent a75d6c5 commit f46467b

File tree

6 files changed

+319
-816
lines changed

6 files changed

+319
-816
lines changed

.circleci/config.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
name: Check lint
1616
command: npm run lint
1717
when: always
18-
# - run:
19-
# name: Check prettier
20-
# command: npm run prettier:check
21-
# when: always
18+
19+
- run:
20+
name: Check prettier
21+
command: npm run prettier:check
22+
when: always

.eslintrc.json

-23
This file was deleted.

.eslintrc.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
extends:
2+
- standard
3+
- prettier
4+
- prettier/standard
5+
6+
parserOptions:
7+
sourceType: module

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
1111
## Installation
1212

13-
* yarn
13+
- yarn
1414

1515
```sh
1616
yarn add -D rollup-plugin-cpy
1717
```
1818

19-
* npm
19+
- npm
2020

2121
```sh
2222
npm i -D rollup-plugin-cpy

0 commit comments

Comments
 (0)