Search code examples
javascriptprettier

How to ignore specific rule(s) with prettier?


Is there a way to not format write or check specific rules with prettier?

For example I don't care if there is semicolon or not in my code, I want to check for other rules than that.

"prettier": {
  "useTabs": true,
  "tabWidth": 4,
}

Solution

  • As answered by one of the contributors Prettier doesn't have rules and will never have