1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-26 09:32:57 -05:00
Nick Schonning 06b68490d1
Enable eslint:recommended ruleset ()
* Enable ESLint recommended ruleset

* Disable failing ESLint recommended rules

* Remove rules shadowed by eslint:recommended
2022-12-19 00:51:37 +09:00

13 lines
219 B
JavaScript

import Rails from '@rails/ujs';
export function start() {
require('font-awesome/css/font-awesome.css');
require.context('../images/', true);
try {
Rails.start();
} catch (e) {
// If called twice
}
}