Tim Beadle

Results 11 comments of Tim Beadle

@ryaneberly Good spot. I still get the false positive when there is no cachedWithin statement, though.

Could the config file not have a new property called `filter`?

As with the issue I raised (#492), can this be configurable please? One person's too long line is another's just right. ESLint has the `max-len` rule: https://eslint.org/docs/rules/max-len

👍 on this idea. Similar to the browser table on e.g. Mozilla Developer Network: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/concat

(& I was tripped up by string.replaceList() not being implemented on Lucee 4.5)

@brianjmiller I'm successfully using [grunt-force-task](https://www.npmjs.com/package/grunt-force-task) to run failing tasks that produce report output, then still being able to analyze the results.

I also had this problem with just one repo, which had curly braces in commit messages. I applied @cfinucane's patch and it works. 😀

> After making through changes, I'm getting error message: Error: Cannot find module 'sass' > > Any thoughts? @arelidev You need to install `sass` or `node-sass` separately if you're using...

> What’s your eslint config? A parse error is not expected. ```yaml env: browser: true es6: true extends: - xo - plugin:import/recommended parserOptions: ecmaVersion: 2021 sourceType: module plugins: - import...

> (fwiw i would advise against using any "recommended" configs; use the airbnb config for the best settings for this plugin) Interesting - thanks. Does the README need to be...