How to disable eslint rulesPosted on September 11 2018 / in TipsDisable for specific page add this on top of the file /* eslint-disable */ Disable for whole project Create a file named .eslintignore and enter **/*
Recent Comments