Skip to content

Commit 63e3804

Browse files
feat: initial commit
0 parents  commit 63e3804

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Whitespace-only changes.

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default {};

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "@script-development/eslint-config-base",
3+
"version": "0.0.1",
4+
"main": "index.js",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/script-development/eslint-config-base.git"
11+
},
12+
"keywords": [
13+
"eslint",
14+
"eslintconfig"
15+
],
16+
"author": "Youri Lieverdink",
17+
"license": "MIT"
18+
}

0 commit comments

Comments
 (0)