@airfleet/generator-init 0.14.0 → 0.15.2

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.
@@ -1 +1 @@
1
- minor
1
+ patch
@@ -0,0 +1 @@
1
+ /* eslint-disable unicorn/no-empty-file */
@@ -0,0 +1 @@
1
+ /* eslint-disable unicorn/no-empty-file */
@@ -0,0 +1 @@
1
+ /* eslint-disable unicorn/no-empty-file */
@@ -12,7 +12,7 @@
12
12
  "composer/installers": "^2.0"
13
13
  },
14
14
  "require-dev": {
15
- "airfleet/wordpress-dev": "^2.0.1"
15
+ "airfleet/wordpress-dev": "^2.1.0"
16
16
  },
17
17
  "autoload": {
18
18
  "psr-4": {
@@ -5,7 +5,7 @@
5
5
  "scripts": {
6
6
  "build": "dotenv -- parcel build --log-level verbose \"./!(dist)/**/*.entry.{js,scss}\"",
7
7
  "start": "dotenv -- parcel serve --hmr-port 1236 --port 1234 --log-level verbose \"./!(dist)/**/*.entry.{js,scss}\"",
8
- "base:eslint": "eslint assets --ext .js,.jsx --cache --ignore-path .gitignore",
8
+ "base:eslint": "eslint \"**/*.js\" --cache --ignore-path .gitignore",
9
9
  "base:prettier": "prettier \"**/*.{js,jsx,ts,tsx,json,css,scss,xml,yaml,yml,md}\"",
10
10
  "base:stylelint": "stylelint \"**/*.{css,scss}\" --cache --ignore-path .gitignore --allow-empty-input",
11
11
  "lint": "run-s --continue-on-error lint:*",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {},
44
44
  "devDependencies": {
45
- "@airfleet/wordpress-dev": "^1.0.0"
45
+ "@airfleet/wordpress-dev": "^1.1.0"
46
46
  },
47
47
  "browserslist": [
48
48
  "defaults",
@@ -0,0 +1 @@
1
+ /* eslint-disable unicorn/no-empty-file */
@@ -20,14 +20,4 @@
20
20
  <!-- Airfleet config -->
21
21
  <rule ref="Airfleet" />
22
22
 
23
- <!-- Custom i18n text domain -->
24
- <rule ref="WordPress.WP.I18n">
25
- <properties>
26
- <property name="text_domain" type="array">
27
- <element value="airfleet" />
28
- <element value="<%= name.slug %>" />
29
- </property>
30
- </properties>
31
- </rule>
32
-
33
23
  </ruleset>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airfleet/generator-init",
3
3
  "description": "A Yeoman generator to scaffold common Airfleet features",
4
- "version": "0.14.0",
4
+ "version": "0.15.2",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"