mirror of
https://github.com/FlipsideCrypto/sdk.git
synced 2026-02-06 10:46:43 +00:00
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
/**
|
|
* @type {import('@types/eslint').Linter.Config}
|
|
*/
|
|
module.exports = {
|
|
root: true,
|
|
ignorePatterns: ["node_modules", "dist", "public"],
|
|
};
|