summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-03-30 14:15:55 +0100
committerSam Light <samlight1994@gmail.com>2025-03-30 14:15:55 +0100
commit4929d2216a3f2d4dfb37b529a2499b5ff6d5bd48 (patch)
tree8a2c7e6656653c7076f5d123667dec1a8feee5aa /package.json
Created standard lightscale eslint config
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d34cf1c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "@lightscale/eslint-config",
+ "version": "1.0.0",
+ "description": "",
+ "license": "MIT",
+ "author": "Sam Light <sam@lightscale.co.uk>",
+ "type": "module",
+ "main": "index.js"
+}