mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
larry babby and threejs for glsl
This commit is contained in:
20
webGl/my-threejs-test/node_modules/@parcel/utils/.eslintrc.js
generated
vendored
Normal file
20
webGl/my-threejs-test/node_modules/@parcel/utils/.eslintrc.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
const RESTRICTED_CONFIG = [
|
||||
'error',
|
||||
{
|
||||
paths: [
|
||||
{
|
||||
name: '@parcel/workers',
|
||||
message:
|
||||
'Do not import workers inside utils. Instead, create a separate package.',
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
extends: '@parcel/eslint-config',
|
||||
rules: {
|
||||
'no-restricted-imports': RESTRICTED_CONFIG,
|
||||
'no-restricted-modules': RESTRICTED_CONFIG,
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user