mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:44:49 +08:00
c3fd91670e
Re-lands #16119 and #17298 * Update eslint-config-discourse * Update linting workflow * Prettier-ignore stuff * Update template-lint config * Auto-fix template issues * Fix various template issues Mostly incorrect attributes and unused templates * Prettier js files * Fix template auto-fix regressions * Small css tweak Co-authored-by: Peter Wagenet <peter.wagenet@gmail.com>
32 lines
680 B
Plaintext
32 lines
680 B
Plaintext
app/assets/stylesheets/vendor/
|
|
plugins/**/assets/stylesheets/vendor/
|
|
plugins/**/assets/javascripts/vendor/
|
|
plugins/**/config/locales/**/*.yml
|
|
plugins/**/config/*.yml
|
|
package.json
|
|
config/locales/**/*.yml
|
|
!config/locales/**/*.en*.yml
|
|
script/import_scripts/**/*.yml
|
|
|
|
app/assets/javascripts/browser-update.js
|
|
app/assets/javascripts/locales/i18n.js
|
|
app/assets/javascripts/ember-addons/
|
|
app/assets/javascripts/discourse/lib/autosize.js
|
|
lib/javascripts/locale/
|
|
lib/javascripts/messageformat.js
|
|
lib/highlight_js/
|
|
plugins/**/lib/javascripts/locale
|
|
public/
|
|
vendor/
|
|
app/assets/javascripts/discourse/tests/fixtures
|
|
spec/
|
|
node_modules/
|
|
dist/
|
|
tmp/
|
|
|
|
**/*.rb
|
|
**/*.hbs
|
|
**/*.html
|
|
**/*.json
|
|
**/*.md
|