@agilebot/eslint-plugin 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE.tpl ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license %(name)s v%(version)s
3
+ *
4
+ * Copyright (c) Agilebot, Inc. and its affiliates.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # @agilebot/eslint-plugin
2
2
 
3
+ Agilebot extended ESLint rules. For @agilebot/eslint-config.
4
+
3
5
  ### Usage
4
6
 
5
7
  ```bash
6
8
  npm install --save-dev eslint @agilebot/eslint-plugin
7
9
  ```
8
-
9
- ### Documentation
10
-
11
- See `docs` folder.