Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Add initial package.json for base ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCLARITY committed Mar 25, 2020
1 parent bf93057 commit 6bf3619
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@xpring-eng/eslint-config-base",
"version": "1.0.0",
"description": "Xpring's base TS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/xpring-eng/eslint"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"styleguide"
],
"license": "MIT",
"peerDependencies": {
"eslint": ">= 6"
}
}

0 comments on commit 6bf3619

Please sign in to comment.