├── .babelrc ├── .gitignore ├── .travis.yml ├── LICENSE.md ├── PrettierCodeTag.js ├── README.md └── package.json /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billiegoose/react-prettier-code-tag/HEAD/.babelrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billiegoose/react-prettier-code-tag/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billiegoose/react-prettier-code-tag/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billiegoose/react-prettier-code-tag/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PrettierCodeTag.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billiegoose/react-prettier-code-tag/HEAD/PrettierCodeTag.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billiegoose/react-prettier-code-tag/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/billiegoose/react-prettier-code-tag/HEAD/package.json --------------------------------------------------------------------------------