move provider.json to components folder; fix indentation; add json files to eslintignore

Этот коммит содержится в:
Florian Orben
2015-11-09 18:31:03 +01:00
родитель c56762a4e9
Коммит 7ccc541054
4 изменённых файлов: 326 добавлений и 325 удалений

Просмотреть файл

@@ -9,7 +9,7 @@ const TextFormatting = require('../utils/text_formatting.jsx');
const twemoji = require('twemoji');
const PostBodyAdditionalContent = require('./post_body_additional_content.jsx');
const providers = require('../providers.json');
const providers = require('./providers.json');
export default class PostBody extends React.Component {
constructor(props) {