Skip to content

Commit 4542a7c

Browse files
author
Lourenzo Ferreira
committed
refactor(multiple-packages): move default config to a contained path
1 parent 7aa44e5 commit 4542a7c

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BeeTech's Fullstack ESLint Config
2+
3+
Lint configs for full-stack nodejs api + react frontend
4+
5+
## Installing
6+
7+
```sh
8+
npm install --save-dev eslint eslint-config-beetech eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-import
9+
```
10+
11+

package.json renamed to packages/eslint-config-beetech/package.json

File renamed without changes.

test/sample-file-001.js renamed to packages/eslint-config-beetech/test/sample-file-001.js

File renamed without changes.

0 commit comments

Comments
 (0)