MansurAliKoroglu

Results 6 comments of MansurAliKoroglu

Is there any update on this? I don't want to import google maps fonts so I don't want to set false the rule. I also need to use click events...

Actually I don't think it's related to iPhone XR. I tested on material app xhdpi device emulator and pocophone f1 real device. It doesn't work fine.

I realized it is just incorrect in npmjs website. https://www.npmjs.com/package/eslint-plugin-node Here there are 28 rules.

When I first come here to read the full documentation I also think the same. Current documentation is old. I hope this is still maintained.

I published a new version of `enforce-unique`. Now it supports exclude.

There were 2 problems. All explained by @fasttime 1. files: ["**/*"] does not match to `fail.txt`. Explanation > "**/*" only matches files and directories without extension (e.g. LICENSE). To match...