Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[AIR-KJ] Enable quotes rule and bump package version (#17)
Browse files Browse the repository at this point in the history
* Sort rules and add `quotes` rule

* Bump up packages

* Update rule names after package version bump

* Fix rule configuration, bump package version
  • Loading branch information
Karol Jakubcewicz authored Oct 2, 2019
1 parent 94af1c6 commit ae3761c
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 67 deletions.
18 changes: 10 additions & 8 deletions config/.template-lintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@ module.exports = {
extends: 'recommended',

rules: {
'bare-strings': true,
'block-indentation': true,
'deprecated-each-syntax': true,
'deprecated-inline-view-helper': true,
'html-comments': true,
'img-alt-attributes': true,
'inline-link-to': true,
'inline-styles': true,
'invalid-interactive': true,
'no-shadowed-elements': true,
'link-rel-noopener': false,
'nested-interactive': true,
'no-bare-strings': true,
'no-html-comments': true,
'no-inline-styles': true,
'no-invalid-interactive': true,
'no-nested-interactive': true,
'no-shadowed-elements': true,
'no-triple-curlies': true,
'no-unused-block-params': false,
'self-closing-void-elements': true,
'style-concatenation': true,
'triple-curlies': true,
'unused-block-params': false,
'simple-unless': false,
'style-concatenation': true,
'quotes': 'double',
},
};

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hbslint-airhelp",
"version": "1.0.7",
"version": "1.0.9",
"description": "AirHelp Handlebars Lint shareable cli and config",
"bin": {
"hbslint": "./bin/hbslint.js"
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"chalk": "^2.0.1",
"ember-template-lint": "^0.7.2",
"ember-template-lint": "^0.8.23",
"walk-sync": "^0.3.2",
"yargs": "^8.0.2"
}
Expand Down
116 changes: 59 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,44 @@
# yarn lockfile v1


"@glimmer/compiler@^0.25.1":
version "0.25.1"
resolved "https://registry.yarnpkg.com/@glimmer/compiler/-/compiler-0.25.1.tgz#81fb9f51349f819525da737ae953a5f8461fdef1"
dependencies:
"@glimmer/interfaces" "^0.25.1"
"@glimmer/syntax" "^0.25.1"
"@glimmer/util" "^0.25.1"
"@glimmer/wire-format" "^0.25.1"
simple-html-tokenizer "^0.3.0"

"@glimmer/interfaces@^0.25.1":
version "0.25.1"
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.25.1.tgz#234abbbf7021a73ec576943443768d0e2801ad13"
dependencies:
"@glimmer/wire-format" "^0.25.1"

"@glimmer/syntax@^0.25.1":
version "0.25.1"
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.25.1.tgz#05bbc219af98adc447195d4d74bba6fb9f5fd3d5"
dependencies:
"@glimmer/interfaces" "^0.25.1"
"@glimmer/util" "^0.25.1"
"@glimmer/compiler@^0.35.5":
version "0.35.11"
resolved "https://registry.yarnpkg.com/@glimmer/compiler/-/compiler-0.35.11.tgz#7b75d043e46be859b5065a740f55baf0e5ea20f6"
integrity sha512-sqnRL4jB6U+Cn4W7FDUAldVYHkTyzkbMxbSN4zLNwMKvnqPe8REhEKlsRL8gL8K1/VKK5BrSLnwMW4T14o+sNg==
dependencies:
"@glimmer/interfaces" "^0.35.11"
"@glimmer/syntax" "^0.35.11"
"@glimmer/util" "^0.35.11"
"@glimmer/wire-format" "^0.35.11"

"@glimmer/interfaces@^0.35.11":
version "0.35.11"
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.35.11.tgz#063a6fd1af1f660604c9f9d3d93fbc1f6509777a"
integrity sha512-0+SiWocsjh6uwEgqsHHcTuvO21/rXfWtS+C+LPqrdELR0miXJHG32PZeknK0S9Hyvn8Y1c6kefRw83vwyV4zFA==
dependencies:
"@glimmer/wire-format" "^0.35.11"

"@glimmer/syntax@^0.35.11":
version "0.35.11"
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.35.11.tgz#4080d15f4ba64b5a96069c6dcc9ed7f81c428cd2"
integrity sha512-Hk27mqz14ccyFVtmEO5mfAB+1S8Hi+mzQp5vrTWXPOAV0IIiR0LnThVWzbRvprCP9GAgZbeNxWCuLT8KBoQrfw==
dependencies:
"@glimmer/interfaces" "^0.35.11"
"@glimmer/util" "^0.35.11"
handlebars "^4.0.6"
simple-html-tokenizer "^0.3.0"
simple-html-tokenizer "^0.5.5"

"@glimmer/util@^0.25.1":
version "0.25.2"
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.25.2.tgz#a79e7100f7c38181be026dddf2d3b4ce8a8c8421"
"@glimmer/util@^0.35.11":
version "0.35.11"
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.35.11.tgz#cd805c1c5cbc6e8ffa3d05aed4e9ec8aa2b291d7"
integrity sha512-Jb/QWnHgy9WMLQuh4eOEe9dPEPDCFTaUXqFTi0RA3/gre1XSSsCz7d492MI4trng0hH3mNHmacT9ppkBUjx9MQ==

"@glimmer/wire-format@^0.25.1":
version "0.25.1"
resolved "https://registry.yarnpkg.com/@glimmer/wire-format/-/wire-format-0.25.1.tgz#cd69f3595a08954fa68a3f1df4feafffa1c3f3de"
"@glimmer/wire-format@^0.35.11":
version "0.35.11"
resolved "https://registry.yarnpkg.com/@glimmer/wire-format/-/wire-format-0.35.11.tgz#43fc2499cfdca657fc60ee5f7ce02ed3f6e3cb0d"
integrity sha512-Ovwp9MjBRttBkdU2NLYx2swHOS/MVrAG4fpouaInobKI/FFFMSltbm8HcoYD2QOneuWD0fLQdePaxKsoPLTQlQ==
dependencies:
"@glimmer/util" "^0.25.1"
"@glimmer/util" "^0.35.11"

acorn-jsx@^3.0.0:
version "3.0.1"
Expand Down Expand Up @@ -106,10 +110,6 @@ arrify@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"

async@^1.3.0:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"

babel-code-frame@^6.22.0:
version "6.22.0"
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4"
Expand Down Expand Up @@ -151,7 +151,7 @@ camelcase@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"

chalk@^1.1.0, chalk@^1.1.3:
chalk@^1.1.0:
version "1.1.3"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
dependencies:
Expand Down Expand Up @@ -293,17 +293,17 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"

ember-template-lint@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-0.7.2.tgz#63ba0b7614076ba0c8a786de07eb2e7e0fccdd3e"
ember-template-lint@^0.8.23:
version "0.8.23"
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-0.8.23.tgz#45170d6f2fe6336635df1d1067cabab6b5eb02d0"
integrity sha512-8XogixWMyjccLjROoML8bzAxI98BYVQsfe+EFj7Vqp/VwtYhdE4HqoDTu4x5Jq6m2Zs936QdsIGsX209FomFhA==
dependencies:
"@glimmer/compiler" "^0.25.1"
"@glimmer/syntax" "^0.25.1"
chalk "^1.1.3"
lodash "^4.11.1"
"@glimmer/compiler" "^0.35.5"
chalk "^2.0.0"
glob "^7.0.0"
minimatch "^3.0.4"
node-glob "^1.2.0"
resolve "^1.1.3"
strip-bom "^3.0.0"

ensure-posix-path@^1.0.0:
version "1.0.2"
Expand Down Expand Up @@ -531,9 +531,17 @@ get-stream@^2.2.0:
object-assign "^4.0.1"
pinkie-promise "^2.0.0"

glob-to-regexp@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.1.0.tgz#e0369d426578fd456d47dc23b09de05c1da9ea5d"
glob@^7.0.0:
version "7.1.4"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
version "7.1.2"
Expand Down Expand Up @@ -755,7 +763,7 @@ lodash.cond@^4.3.0:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"

lodash@^4.11.1, lodash@^4.17.4, lodash@^4.3.0:
lodash@^4.17.4, lodash@^4.3.0:
version "4.17.15"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"

Expand Down Expand Up @@ -822,13 +830,6 @@ neo-async@^2.6.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"

node-glob@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/node-glob/-/node-glob-1.2.0.tgz#5240ffedefc6d663ce8515e5796a4d47a750c0d5"
dependencies:
async "^1.3.0"
glob-to-regexp "^0.1.0"

normalize-package-data@^2.3.2:
version "2.3.5"
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.3.5.tgz#8d924f142960e1777e7ffe170543631cc7cb02df"
Expand Down Expand Up @@ -1089,9 +1090,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

simple-html-tokenizer@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/simple-html-tokenizer/-/simple-html-tokenizer-0.3.0.tgz#9b8b5559d80e331a544dd13dd59382e5d0d94411"
simple-html-tokenizer@^0.5.5:
version "0.5.8"
resolved "https://registry.yarnpkg.com/simple-html-tokenizer/-/simple-html-tokenizer-0.5.8.tgz#3417382f75954ee34515cc4fd32d9918e693f173"
integrity sha512-0Sq4FvLlQEQODVA6PH2MIrc7tzYO0KT2HzzwvaVLYClWgIsuvaNUOrhrAvTi1pZHrcq7GDB4WiI3ukjqBMxcGQ==

[email protected]:
version "1.0.0"
Expand Down

0 comments on commit ae3761c

Please sign in to comment.