You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Developers of new rules need to have a basic understanding about the concepts an
41
41
42
42
### How to Add a Plugin
43
43
44
-
You can write your own plugins to add new rules to Solhint. A plugin is just an npm packages that exports an array of new rules. The name of the package has to follow the naming convention of `solhint-plugin-<plugin-name>`.
44
+
You can write your own plugins to add new rules to Solhint. A plugin is just an npm package that exports an array of new rules. The name of the package has to follow the naming convention of `solhint-plugin-<plugin-name>`.
45
45
46
46
Read [this document](https://github.com/protofire/solhint/blob/master/docs/writing-plugins.md) to learn more about writing plugins.
0 commit comments