@nhirschfeld/polylint 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +12 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# @nhirschfeld/polylint
|
|
2
|
+
|
|
3
|
+
Name-reservation placeholder for [poly](https://github.com/Goldziher/polylint), a universal
|
|
4
|
+
zero-dependency linter & formatter. This `0.0.1` release only reserves the name; a future release
|
|
5
|
+
turns it into a thin installer that downloads the matching prebuilt binary.
|
|
6
|
+
|
|
7
|
+
npm rejects the unscoped names `polylint` (a Polymer project) and `poly-lint` (too similar), so
|
|
8
|
+
poly publishes under the `@nhirschfeld` scope.
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@nhirschfeld/polylint",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Universal zero-dependency linter & formatter (poly) — name reservation placeholder",
|
|
5
|
+
"license": "(MIT OR Apache-2.0)",
|
|
6
|
+
"homepage": "https://github.com/Goldziher/polylint#readme",
|
|
7
|
+
"repository": { "type": "git", "url": "git+https://github.com/Goldziher/polylint.git" },
|
|
8
|
+
"bugs": { "url": "https://github.com/Goldziher/polylint/issues" },
|
|
9
|
+
"author": "Na'aman Hirschfeld <nhirschfeld@gmail.com>",
|
|
10
|
+
"keywords": ["linter", "formatter", "lint", "format", "polyglot"],
|
|
11
|
+
"files": ["README.md"]
|
|
12
|
+
}
|