mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-02-16 16:34:41 +00:00
* DEV: Remove `fade-in` and use `jsuites.basic.css` instead * FIX: Linting issues with jspreadsheet-theme * WIP: Add bash script to handle vendor assets * FIX: Ember Linting fixes * DEV: Cleanup comments and commented code
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
{
|
|
"extends": "eslint-config-discourse",
|
|
"ignorePatterns": ["javascripts/vendor/*", "assets/vendor/*"],
|
|
"globals": {
|
|
"settings": "readonly",
|
|
"themePrefix": "readonly"
|
|
}
|
|
}
|