mirror of
https://github.com/frappe/books.git
synced 2024-12-22 02:49:03 +00:00
Fixed linting for PR 843
This commit is contained in:
parent
556d91dc6c
commit
b45214a75e
@ -154,8 +154,6 @@ async function packageApp() {
|
|||||||
delete builderArgs[opt];
|
delete builderArgs[opt];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
let buildOptions = {
|
let buildOptions = {
|
||||||
config: frappeBooksConfig,
|
config: frappeBooksConfig,
|
||||||
...builderArgs,
|
...builderArgs,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// App is tagged with a .mjs extension to allow
|
// App is tagged with a .mjs extension to allow
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
|
|
||||||
@ -66,4 +66,4 @@ const frappeBooksConfig = {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default frappeBooksConfig;
|
export default frappeBooksConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user