mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:15:55 +08:00
530d9ab071
eslint --fix is capable of fix it automatically for you, ensure prettier is run after eslint as eslint --fix could leave the code in an invalid prettier state.
10 lines
238 B
JSON
10 lines
238 B
JSON
{
|
|
"name": "Discourse Client",
|
|
"description": "This is the EmberJS client to access a Discourse Server",
|
|
"url": "http://www.discourse.org/",
|
|
"options": {
|
|
"exclude": "development,production,defer",
|
|
"outdir": "./build"
|
|
}
|
|
}
|