X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=eslint.config.js;fp=eslint.config.js;h=67c066c4ea673caae1a9dddf1f2ec4fe02a097e8;hb=8ea63bf79c0a7f1e50227f9a91e0c8fedeca5ff4;hp=0000000000000000000000000000000000000000;hpb=57f9b9da323bc5b96c9c43a001853a7e1e11add7;p=squeep-lazy-property diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 0000000..67c066c --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,7 @@ +'use strict'; + +const squeepConfig = require('@squeep/eslint-config'); + +module.exports = [ + ...squeepConfig, +]; \ No newline at end of file