Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 318 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 318 Bytes

@city/prettier-config

Подключение пакета

npm install --save-dev prettier @city/prettier-config

Создать файл .prettierrc.js и скопировать в него следующие правила

module.exports = {
  ...require("@city/prettier-config"),
};