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.
1 parent 45e685e commit 5c8de3fCopy full SHA for 5c8de3f
package.json
@@ -4,6 +4,12 @@
4
"description": "Complete ESLint plugin for NetSuite's SuiteScript API",
5
"author": "Adam Davies <adam@adam-davies.me> (https://adam-davies.me)",
6
"license": "MIT",
7
+ "homepage": "https://github.com/adamdavies001/eslint-plugin-suitescript#readme",
8
+ "repository": {
9
+ "type" : "git",
10
+ "url" : "https://github.com/adamdavies001/eslint-plugin-suitescript.git"
11
+ },
12
+ "bugs": "https://github.com/adamdavies001/eslint-plugin-suitescript/issues",
13
"main": "index.js",
14
"scripts": {
15
"test": "mocha \"tests/rules/*.js\" --recursive --reporter min"
0 commit comments