We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 63e3804Copy full SHA for 63e3804
.gitignore
@@ -0,0 +1 @@
1
+node_modules
README.md
index.js
+export default {};
package.json
@@ -0,0 +1,18 @@
+{
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