eslint-plugin-unicorn-ts-2 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +19 -0
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "eslint-plugin-unicorn-ts-2",
3
+ "version": "1.0.0",
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/testnetpyuser/eslint-plugin-unicorn-ts.git"
11
+ },
12
+ "author": "",
13
+ "license": "ISC",
14
+ "bugs": {
15
+ "url": "https://github.com/testnetpyuser/eslint-plugin-unicorn-ts/issues"
16
+ },
17
+ "homepage": "https://github.com/testnetpyuser/eslint-plugin-unicorn-ts#readme",
18
+ "description": ""
19
+ }