mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
chore: Organise imports (#8527)
* chore(deps): Add pretter-plugin-organize-imports * chore: Remove insignificant blank lines in import sections Since prettier-plugin-organize-imports sorts imports within sections separated by blank lines, but preserves the section divisions, remove any blank lines that are not dividing imports into meaningful sections. Do not remove blank lines separating side-effect-only imports from main imports. * chore: Remove unneded eslint-disable directives * chore: Organise imports
This commit is contained in:
committed by
GitHub
parent
ec8f9c8589
commit
ce22f42868
@@ -12,11 +12,11 @@
|
||||
|
||||
// Former goog.module ID: Blockly.PHP.all
|
||||
|
||||
import {PhpGenerator} from './php/php_generator.js';
|
||||
import * as lists from './php/lists.js';
|
||||
import * as logic from './php/logic.js';
|
||||
import * as loops from './php/loops.js';
|
||||
import * as math from './php/math.js';
|
||||
import {PhpGenerator} from './php/php_generator.js';
|
||||
import * as procedures from './php/procedures.js';
|
||||
import * as text from './php/text.js';
|
||||
import * as variables from './php/variables.js';
|
||||
|
||||
Reference in New Issue
Block a user