mirror of
https://github.com/zoriya/flood.git
synced 2026-06-04 03:27:15 +00:00
style: add new rule for imports (#785)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const fs = require('node:fs');
|
||||
const path = require('node:path');
|
||||
|
||||
// Make sure any symlinks in the project folder are resolved:
|
||||
// https://github.com/facebookincubator/create-react-app/issues/637
|
||||
|
||||
Reference in New Issue
Block a user