mirror of
https://github.com/discourse/DiscoTOC.git
synced 2025-02-07 12:08:10 +00:00
10 lines
174 B
Plaintext
10 lines
174 B
Plaintext
{
|
|
"extends": "eslint-config-discourse",
|
|
"ignorePatterns": [
|
|
"javascripts/vendor/*"
|
|
],
|
|
"globals": {
|
|
"settings": "readonly",
|
|
"themePrefix": "readonly"
|
|
}
|
|
} |