mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
lint common
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// When using a common module from the website or the server NEVER import the module directly
|
||||
// but access it through `api` (the main common) module, otherwise you would require the non transpiled version of the file in production.
|
||||
// but access it through `api` (the main common) module,
|
||||
// otherwise you would require the non transpiled version of the file in production.
|
||||
import content from './content/index';
|
||||
|
||||
import * as errors from './libs/errors';
|
||||
|
||||
Reference in New Issue
Block a user