Commit Graph

32 Commits

Author SHA1 Message Date
XhmikosR
e1e0fc695d Enable ESLint's no-console rule
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-29 10:39:12 +03:00
XhmikosR
cfad66abca Update npm scripts
* add browserslist settings in package.json
* add prettier scripts for CSS and JS (JS is mainly for devel since xo handles this for us)
* add autoprefixer to handle CSS prefixes for us (`npm run prefix`)

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-26 13:13:03 +03:00
DL6ER
61a3ec1b2b Merge pull request #1298 from pi-hole/XhmikosR-patch-5
Enable `no-zero-fractions` rule
2020-05-25 19:48:01 +02:00
XhmikosR
4d63870aad Enable xo's new-cap rule.
Set properties to false for now.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-23 10:29:47 +03:00
XhmikosR
0fa7de82b0 JS: Enforce camelcase.
It's a common convention to use camelcase for variable names.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-23 10:29:44 +03:00
XhmikosR
623087346a Enable no-zero-fractions rule
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-17 15:03:52 +03:00
XhmikosR
9b70e6dc53 Remove unneeded xo suppression. (#1238)
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-09 09:04:50 +03:00
XhmikosR
416d35dc47 Bump ecmaVersion to 5 (#1239)
This is the ESLint default and I doubt we care about older versions nowadays

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-04 10:50:27 +03:00
XhmikosR
0e35b415ea JS: test for length explicitly. (#1240)
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-05-04 10:50:13 +03:00
dependabot-preview[bot]
acba118a42 Bump xo from 0.29.1 to 0.30.0 (#1233)
* Bump xo from 0.29.1 to 0.30.0

Bumps [xo](https://github.com/xojs/xo) from 0.29.1 to 0.30.0.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.29.1...v0.30.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Ignore `unicorn/no-fn-reference-in-iterator` rule

Signed-off-by: XhmikosR <xhmikosr@gmail.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-02 14:55:16 +03:00
dependabot-preview[bot]
ad01f75573 Bump xo from 0.29.0 to 0.29.1 (#1219)
Bumps [xo](https://github.com/xojs/xo) from 0.29.0 to 0.29.1.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.29.0...v0.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-18 09:57:40 +03:00
XhmikosR
ae13014565 Adapt to the new rules.
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-04-10 18:34:47 +00:00
dependabot-preview[bot]
256887b78e Bump xo from 0.28.3 to 0.29.0
Bumps [xo](https://github.com/xojs/xo) from 0.28.3 to 0.29.0.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.28.3...v0.29.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-10 18:34:47 +00:00
dependabot-preview[bot]
e27a1afff6 Bump xo from 0.28.2 to 0.28.3
Bumps [xo](https://github.com/xojs/xo) from 0.28.2 to 0.28.3.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.28.2...v0.28.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 13:45:57 +00:00
dependabot-preview[bot]
62bac6145c Bump xo from 0.28.1 to 0.28.2 (#1201)
Bumps [xo](https://github.com/xojs/xo) from 0.28.1 to 0.28.2.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.28.1...v0.28.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-04 09:55:01 +03:00
XhmikosR
8a4eb31886 Update xo to v0.28.1 (#1194)
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-03-26 18:53:09 +02:00
XhmikosR
4af6a0785a Update xo to v0.28.0
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-03-20 10:31:32 +02:00
XhmikosR
91b7b09067 Update xo to 0.27.2
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-03-10 13:32:45 +02:00
XhmikosR
3321fa8067 Add xo.
Use prettier for formatting.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2020-01-02 19:42:16 +02:00
X O
4df9ddb74b removed unneeded files 2015-12-28 16:43:56 +10:30
Dennis Neufeld
8cecbcf2ca Format some files 2015-07-12 15:46:20 +02:00
Abdullah Almsaeed
0bc1c2d7ae Updated changelog 2015-07-08 17:16:29 -04:00
Abdullah Almsaeed
b80104171d Updated change log and versioning info 2015-05-06 20:16:11 -04:00
Abdullah Almsaeed
ac2b52005c RTL version in progress 2015-04-15 19:28:17 -04:00
Abdullah Almsaeed
777a93ddc4 Published 2015-04-15 19:07:24 -04:00
Abdullah Almsaeed
75596d1189 updated version 2015-04-03 12:00:48 -04:00
Abdullah Almsaeed
c25a8710f4 Updated version number 2015-03-17 11:36:50 -04:00
Abdullah Almsaeed
ebf6b8b937 Update package.json 2015-03-04 11:11:25 -05:00
Abdullah Almsaeed
7165c78c3c modified permissions 2015-03-02 18:41:47 -05:00
Abdullah Almsaeed
49abea0294 Updated AdminLTE version info 2015-02-16 13:59:53 -05:00
almasaeed2010
2a35eafb8b Added app.min.js 2015-02-02 11:52:30 -05:00
almasaeed2010
03dea0694a AdminLTE 2.0 alpha 2015-02-01 16:25:09 -05:00