plum-e2e 1.0.6 → 1.0.7

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.
@@ -0,0 +1,11 @@
1
+ {
2
+ "permissions": {
3
+ "allow": [
4
+ "Bash(git checkout:*)",
5
+ "Bash(git add:*)",
6
+ "Bash(git commit -m ':*)",
7
+ "Bash(git push:*)",
8
+ "Bash(gh pr:*)"
9
+ ]
10
+ }
11
+ }
package/.husky/pre-commit CHANGED
@@ -1,2 +1,2 @@
1
- npm run format
1
+ npm run format
2
2
  npm run add-license
package/.prettierignore CHANGED
@@ -1,21 +1,21 @@
1
- #
2
- # This file is part of Plum.
3
- #
4
- # Plum is free software: you can redistribute it and/or modify
5
- # it under the terms of the GNU General Public License as published by
6
- # the Free Software Foundation, either version 3 of the License, or
7
- # (at your option) any later version.
8
- #
9
- # Plum is distributed in the hope that it will be useful,
10
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- # GNU General Public License for more details.
13
- #
14
- # You should have received a copy of the GNU General Public License
15
- # along with Plum. If not, see https://www.gnu.org/licenses/.
16
- #
17
-
18
- # Package Managers
19
- package-lock.json
20
- pnpm-lock.yaml
21
- yarn.lock
1
+ #
2
+ # This file is part of Plum.
3
+ #
4
+ # Plum is free software: you can redistribute it and/or modify
5
+ # it under the terms of the GNU General Public License as published by
6
+ # the Free Software Foundation, either version 3 of the License, or
7
+ # (at your option) any later version.
8
+ #
9
+ # Plum is distributed in the hope that it will be useful,
10
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ # GNU General Public License for more details.
13
+ #
14
+ # You should have received a copy of the GNU General Public License
15
+ # along with Plum. If not, see https://www.gnu.org/licenses/.
16
+ #
17
+
18
+ # Package Managers
19
+ package-lock.json
20
+ pnpm-lock.yaml
21
+ yarn.lock