nodebb-theme-persona 14.1.8 → 14.1.10

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,10 @@
1
+ 'use strict';
2
+
3
+ import serverConfig from 'eslint-config-nodebb';
4
+ import publicConfig from 'eslint-config-nodebb/public';
5
+
6
+ export default [
7
+ ...publicConfig,
8
+ ...serverConfig,
9
+ ];
10
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "14.1.8",
3
+ "version": "14.1.10",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -45,8 +45,8 @@
45
45
  "pulling": "^2.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "eslint": "^7.32.0",
49
- "eslint-config-nodebb": "^0.0.2",
50
- "eslint-plugin-import": "^2.24.2"
48
+ "eslint": "9.25.1",
49
+ "eslint-config-nodebb": "^1.1.4",
50
+ "eslint-plugin-import": "^2.31.0"
51
51
  }
52
52
  }
@@ -1,3 +1,4 @@
1
+ /* eslint-disable */
1
2
  /*
2
3
  * Bootstrap Auto-Hiding Navbar - v4.0.0
3
4
  * An extension for Bootstrap's fixed navbar which hides the navbar while the page is scrolling downwards and shows it the other way. The plugin is able to show/hide the navbar programmatically as well.
@@ -20,5 +20,5 @@
20
20
  <button type="submit" class="btn btn-outline-secondary hide">[[global:search]]</button>
21
21
  </div>
22
22
 
23
- <div id="" class="nav-item"><a component="search/button" id="search-button" href="#" class="nav-link"><i class="fa fa-search fa-fw" title="Search"></i></a></div>
23
+ <div class="nav-item" title="[[global:search]]"><a component="search/button" id="search-button" href="#" class="nav-link" aria-label="[[global:search]]"><i class="fa fa-search fa-fw"></i></a></div>
24
24
  </form>
package/.eslintrc DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "nodebb/lib"
3
- }
package/public/.eslintrc DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "nodebb/public"
3
- }